newjs version 1.2.0 has been released!
* <
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
Changes:
## 1.2.0 2008-02-18
MAJOR CHANGE
* using jsunittest (
http://drnicjavascript.rubyforge.org/
jsunittest/)
* no prototypejs dependencies
* <
http://newjs.rubyforge.org>