0.0.2 • Published 12 years ago
nnp v0.0.2
nnp
Node.js project structure generator.
Installation
$ npm install nnpUsage
Usage: nnp [options] [dir]
Options:
-t, --type [name] use the specified type [default]
-V, --version output the version number
-h, --help output usage informationTemplates
Default
Default template, creating the following structure:
History.md
index.js
lib/<project>.js
Makefile
package.json
Readme.md
test/<project>.test.jsModular
Modular template:
models/index.js
package.json
public/javascripts/app.js
public/stylesheets/main.css
Readme.md
routes/index.js
server.js
views/index.jade
views/layout.jadeLicense
MIT