public
Description: newjs - create new JavaScript libraries
Homepage: http://newjs.rubyforge.org
Clone URL: git://github.com/drnic/newjs.git
drnic (author)
Tue Oct 07 20:10:14 -0700 2008
commit  7ad4f0ca9cb65346c4797834e5a37cafff22dc68
tree    6b89fba55141bb6fcc204a14848f46b0deedbd7d
parent  1837756650c0248972cf0921d74653f78ab96398
newjs /
README.txt
= New JavaScript Generator - newjs

* http://newjs.rubyforge.org

== 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, http://drnicwilliams.com, drnicwilliams@gmail.com 

== License

(The MIT License)

Copyright (c) 2008 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.