npm install nodeboilerplateNode Boilerplate
================
http://www.nodeboilerplate.com/
Node Boilerplate is a tool for generating boilerplate web applications that
run on node.js. A generated application comes already configured with common web
development tools, so you can spend less time configuring and more time coding.
Quickstart
----------
npm install -g nodeboilerplate # Install nodeboilerplate
nodeboilerplate mysite # Create new boilerplate app
cd mysite && npm install # Install app dependencies
node app.js # Run app
Configuration
-------------
nodeboilerplate --help # See all configuration options
###### Express
http://expressjs.com/
###### Optimist
https://github.com/substack/node-optimist
###### {{ mustache }} - DEFAULT
https://github.com/raycmorgan/Mu
###### jQuery Templates
https://github.com/kof/node-jqtpl
nodeboilerplate --template jqtpl mysite
###### LESS
http://lesscss.org/