public
Description: newjs - create new JavaScript libraries
Homepage: http://newjs.rubyforge.org
Clone URL: git://github.com/drnic/newjs.git
drnic (author)
Mon Jul 27 07:20:45 -0700 2009
commit  d85337a3d5809878b78c41133a61a040aca3d103
tree    5cb8f1fc68df214f54ce060f3a834aa3c569b570
parent  bb0d0d7f35649017e426153b7a58c50f1e9a5e47
newjs /
README.rdoc

New JavaScript Generator - newjs

Description

The newjs command creates a new JavaScript project/application with a default directory structure and configuration at the path you specify.

Example

+newjs path/to/my-app-name+

This generates a skeletal JavaScript project/application installation in path/to/my-app-name

Author

Dr Nic Williams, drnicwilliams.com, drnicwilliams@gmail.com

License

(The MIT License)

Copyright © 2008-2009 Dr Nic Williams

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.