public
Description: newjs - create new JavaScript libraries
Homepage: http://newjs.rubyforge.org
Clone URL: git://github.com/drnic/newjs.git
Search Repo:
newjs /
name age message
folder .gitignore Thu Feb 14 18:57:12 -0800 2008 Remove doc folder [drnic]
folder History.txt Mon Jul 07 17:57:57 -0700 2008 fixed another #bang [drnic]
folder License.txt Wed Feb 13 18:24:50 -0800 2008 Fixed gem license [drnic]
folder Manifest.txt Sun Apr 27 19:42:14 -0700 2008 javascript_test: -l/--library - creates a name.... [drnic]
folder README.txt Sun Apr 27 18:56:30 -0700 2008 update README format [drnic]
folder Rakefile Wed Feb 13 18:13:34 -0800 2008 Initial import; basic generator created [drnic]
folder app_generators/ Fri Jun 20 18:59:21 -0700 2008 fixed the hash/bang for rstakout [drnic]
folder bin/ Wed Feb 20 03:33:37 -0800 2008 remove options from 'env ruby' in newjs bin [drnic]
folder config/ Wed Feb 20 04:41:56 -0800 2008 1.3.5: using rubigen 1.2.2 [drnic]
folder javascript_test_generators/ Mon Feb 18 17:16:15 -0800 2008 removed unnecessary " from banners [drnic]
folder lib/ Fri Jun 20 18:59:21 -0700 2008 fixed the hash/bang for rstakout [drnic]
folder log/ Wed Feb 13 18:13:34 -0800 2008 Initial import; basic generator created [drnic]
folder newjs_generators/ Sat Apr 26 02:26:51 -0700 2008 install_website: txt webpages are processed thr... [drnic]
folder newjs_theme_generators/ Sat Feb 16 15:31:18 -0800 2008 install_website: links have yellow background [drnic]
folder rails_generators/ Mon Jul 07 17:57:57 -0700 2008 fixed another #bang [drnic]
folder script/ Wed Feb 20 04:10:52 -0800 2008 1.3.3: upgrading to rubigen 1.2.1 [drnic]
folder setup.rb Wed Feb 13 18:13:34 -0800 2008 Initial import; basic generator created [drnic]
folder tasks/ Wed Feb 13 18:13:34 -0800 2008 Initial import; basic generator created [drnic]
folder test/ Thu May 08 17:30:54 -0700 2008 newjs: creates src/proj_name.js.erb to show its... [drnic]
folder website/ Mon Jul 07 17:58:24 -0700 2008 1.4.1 update website [drnic]
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.