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 Thu Feb 14 20:45:33 -0800 2008 Release 1.0.1 [drnic]
folder License.txt Wed Feb 13 18:24:50 -0800 2008 Fixed gem license [drnic]
folder Manifest.txt Thu Feb 14 20:43:08 -0800 2008 -p option for install_website was not registeri... [drnic]
folder README.txt Wed Feb 13 18:25:19 -0800 2008 Copied generator USAGE into README [drnic]
folder Rakefile Wed Feb 13 18:13:34 -0800 2008 Initial import; basic generator created [drnic]
folder app_generators/ Thu Feb 14 20:30:48 -0800 2008 Fixing install_website [drnic]
folder bin/ Wed Feb 13 20:22:28 -0800 2008 Added js_autotest.yml.sample [drnic]
folder config/ Thu Feb 14 02:40:18 -0800 2008 Added javascript_test as scope for generated pr... [drnic]
folder javascript_test_generators/ Thu Feb 14 13:49:40 -0800 2008 Moved javascript_test generator into javascript... [drnic]
folder lib/ Thu Feb 14 20:45:33 -0800 2008 Release 1.0.1 [drnic]
folder log/ Wed Feb 13 18:13:34 -0800 2008 Initial import; basic generator created [drnic]
folder newjs_generators/ Thu Feb 14 20:43:08 -0800 2008 -p option for install_website was not registeri... [drnic]
folder newjs_theme_generators/ Thu Feb 14 03:34:49 -0800 2008 Generated website template is .html.erb [drnic]
folder script/ Thu Feb 14 03:31:27 -0800 2008 Changed rhtml -> html.erb [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 Feb 14 19:33:21 -0800 2008 install_website creates config/website.yml.sample [drnic]
folder website/ Thu Feb 14 20:45:33 -0800 2008 Release 1.0.1 [drnic]
README.txt
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