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 Wed Feb 20 03:35:03 -0800 2008 release 1.3.2 [drnic]
file License.txt Wed Feb 13 18:24:50 -0800 2008 Fixed gem license [drnic]
file Manifest.txt Mon Feb 18 19:47:48 -0800 2008 rails/javascript_test: added script/js_autotest [drnic]
file README.txt Fri Feb 15 19:50:09 -0800 2008 README: url + author details [drnic]
file Rakefile Wed Feb 13 18:13:34 -0800 2008 Initial import; basic generator created [drnic]
directory app_generators/ Mon Feb 18 19:55:13 -0800 2008 removing warning from js_autotest for missing f... [drnic]
directory bin/ Wed Feb 20 03:33:37 -0800 2008 remove options from 'env ruby' in newjs bin [drnic]
directory config/ Thu Feb 14 02:40:18 -0800 2008 Added javascript_test as scope for generated pr... [drnic]
directory javascript_test_generators/ Mon Feb 18 17:16:15 -0800 2008 removed unnecessary " from banners [drnic]
directory lib/ Wed Feb 20 03:35:03 -0800 2008 release 1.3.2 [drnic]
directory log/ Wed Feb 13 18:13:34 -0800 2008 Initial import; basic generator created [drnic]
directory newjs_generators/ Mon Feb 18 04:25:23 -0800 2008 release 1.2.1 [drnic]
directory newjs_theme_generators/ Sat Feb 16 15:31:18 -0800 2008 install_website: links have yellow background [drnic]
directory rails_generators/ Mon Feb 18 19:55:13 -0800 2008 removing warning from js_autotest for missing f... [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/ Mon Feb 18 19:47:48 -0800 2008 rails/javascript_test: added script/js_autotest [drnic]
directory website/ Wed Feb 20 03:35:03 -0800 2008 release 1.3.2 [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

More information:
    http://newjs.rubyforge.org
    
Author:
    Dr Nic Williams, http://drnicwilliams.com, drnicwilliams@gmail.com