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:26:50 -0700 2009
commit  67b29d038bf46defe3acfeba0fc6783afdbef444
tree    377cddc357eae7b9c20ddd6107c715fec9bc1479
parent  d85337a3d5809878b78c41133a61a040aca3d103
newjs / README.rdoc
100644 45 lines (30 sloc) 1.536 kb

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.