public
Description: newjs - create new JavaScript libraries
Homepage: http://newjs.rubyforge.org
Clone URL: git://github.com/drnic/newjs.git
newjs /
name age message
file .gitignore Thu Mar 19 23:39:46 -0700 2009 releasing website 1.7.0 [Dr Nic Williams]
file .gitmodules Sun Feb 22 14:36:23 -0800 2009 added jsunittest + jshoulda as vendored submodules [Dr Nic Williams]
file History.txt Sat Apr 18 20:55:40 -0700 2009 newjs command: oops, jquery/prototype installed... [Dr Nic Williams]
file Manifest.txt Mon Jul 27 07:20:45 -0700 2009 Version 1.7.4; Bump manifest [Dr Nic Williams]
file README.rdoc Sun Feb 22 14:32:38 -0800 2009 apply latest newgem structure [Dr Nic Williams]
file Rakefile Mon Jul 27 07:26:50 -0700 2009 Manually assign $hoe until newgem stops requiri... [Dr Nic Williams]
directory app_generators/ Mon Jul 27 07:18:49 -0700 2009 updated jsunittest.js against edge [Dr Nic Williams]
directory bin/ Mon Jun 29 05:27:59 -0700 2009 starting to write scenarios for newjs_screwunit [Dr Nic Williams]
directory config/ Thu Mar 19 23:39:46 -0700 2009 releasing website 1.7.0 [Dr Nic Williams]
directory features/ Mon Jun 29 05:51:59 -0700 2009 fix the @lib_path [Dr Nic Williams]
directory javascript_test_generators/ Sat Apr 18 20:55:40 -0700 2009 newjs command: oops, jquery/prototype installed... [Dr Nic Williams]
directory lib/ Mon Jul 27 07:20:45 -0700 2009 Version 1.7.4; Bump manifest [Dr Nic Williams]
directory log/ Wed Feb 13 18:13:34 -0800 2008 Initial import; basic generator created [Dr Nic]
directory newjs_generators/ Sat Apr 26 02:26:51 -0700 2008 install_website: txt webpages are processed thr... [Dr Nic Williams]
directory newjs_iphone_generators/ Thu Oct 09 05:52:23 -0700 2008 page generator: generated html and test.html fi... [Dr Nic Williams]
directory newjs_theme_generators/ Sat Feb 16 15:31:18 -0800 2008 install_website: links have yellow background [Dr Nic]
directory rack_generators/ Mon Jul 27 07:18:49 -0700 2009 updated jsunittest.js against edge [Dr Nic Williams]
directory rails_generators/ Mon Jul 27 07:18:49 -0700 2009 updated jsunittest.js against edge [Dr Nic Williams]
directory script/ Thu Mar 19 23:39:46 -0700 2009 releasing website 1.7.0 [Dr Nic Williams]
file setup.rb Wed Feb 13 18:13:34 -0800 2008 Initial import; basic generator created [Dr Nic]
directory tasks/ Tue Mar 03 03:00:37 -0800 2009 update jshoulda library against edge [Dr Nic Williams]
directory test/ Mon Jun 29 05:27:59 -0700 2009 starting to write scenarios for newjs_screwunit [Dr Nic Williams]
directory vendor/ Mon Jul 27 07:18:49 -0700 2009 updated jsunittest.js against edge [Dr Nic Williams]
directory website/ Sat Apr 18 20:55:40 -0700 2009 newjs command: oops, jquery/prototype installed... [Dr Nic Williams]
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.