0.0.7 • Published 10 years ago

nodeboilerplate v0.0.7

Weekly downloads
31
License
-
Repository
github
Last release
10 years ago

Node 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

Core

Express

http://expressjs.com/

Optimist

https://github.com/substack/node-optimist

Template Engines

{{ mustache }} - DEFAULT

https://github.com/raycmorgan/Mu

jQuery Templates

https://github.com/kof/node-jqtpl

nodeboilerplate --template jqtpl mysite

Stylesheet Language

LESS

http://lesscss.org/

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

11 years ago

0.0.2

12 years ago

0.0.1

12 years ago