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 Feb 14 18:57:12 -0800 2008 Remove doc folder [drnic]
file History.txt Fri Feb 15 01:45:38 -0800 2008 releasing 1.0.3 [drnic]
file License.txt Wed Feb 13 18:24:50 -0800 2008 Fixed gem license [drnic]
file Manifest.txt Thu Feb 14 23:38:45 -0800 2008 newjs: rake release VERSION=X.Y.Z to push dist+... [drnic]
file README.txt Wed Feb 13 18:25:19 -0800 2008 Copied generator USAGE into README [drnic]
file Rakefile Wed Feb 13 18:13:34 -0800 2008 Initial import; basic generator created [drnic]
directory app_generators/ Thu Feb 14 23:38:45 -0800 2008 newjs: rake release VERSION=X.Y.Z to push dist+... [drnic]
directory bin/ Wed Feb 13 20:22:28 -0800 2008 Added js_autotest.yml.sample [drnic]
directory config/ Thu Feb 14 02:40:18 -0800 2008 Added javascript_test as scope for generated pr... [drnic]
directory javascript_test_generators/ Thu Feb 14 13:49:40 -0800 2008 Moved javascript_test generator into javascript... [drnic]
directory lib/ Fri Feb 15 01:45:38 -0800 2008 releasing 1.0.3 [drnic]
directory log/ Wed Feb 13 18:13:34 -0800 2008 Initial import; basic generator created [drnic]
directory newjs_generators/ Thu Feb 14 20:43:08 -0800 2008 -p option for install_website was not registeri... [drnic]
directory newjs_theme_generators/ Fri Feb 15 01:42:25 -0800 2008 changed generated screen.css to be same as newj... [drnic]
directory script/ Thu Feb 14 03:31:27 -0800 2008 Changed rhtml -> html.erb [drnic]
file setup.rb Wed Feb 13 18:13:34 -0800 2008 Initial import; basic generator created [drnic]
directory tasks/ Wed Feb 13 18:13:34 -0800 2008 Initial import; basic generator created [drnic]
directory test/ Thu Feb 14 23:38:45 -0800 2008 newjs: rake release VERSION=X.Y.Z to push dist+... [drnic]
directory website/ Fri Feb 15 01:16:17 -0800 2008 website: Added release tutorial [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