newjs is a command that creates a new JavaScript project/application with a default directory structure and configuration at the path you specify.
Developer comments
When you start a new JavaScript library, how do you layout the source files, the tests, the distribution files? Do you have support scripts to generate distributions from source files? Run your JavaScript unit tests? Generators to create new unit test HTML files?
No? Me neither, so I created the JavaScript Project Generator.
Once newjs has finished helping you write your source libraries, write test HTML files, providing autotesting scripts to make TDD a piece of cake, it finally helps you bundle all your source files into a single JavaScript file for distribution.
What a nice helpful tool it is!
Product's homepage
Requirements:
· Ruby
· RubyGems