Skip to content

Blueprint for a Startup. Middleware, & MVC routing over Node.js & Mongoose

License

Notifications You must be signed in to change notification settings

hankejh/blueprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blueprint

Build Status

Motivation

NodeJS is awesome. However; there are not a lot of good resources to get you rolling FAST.
So I wanted to write a lightweight blueprint for a startup. There are certain requirements 
that all startups / web based apps have, I'm trying to address/automate them.

Inspirations: Monk (ruby), Sinatra, Rails, Express/Connect

Setup & Usage

$ sudo npm install blueprint -g
$ blueprint init yourappname

blueprint CLI (blueprint [my_command])

Usage:

	help             		Display usage information
  	init					Initialize a blueprint app
  	generate [mvc-item]		Generate a scaffold
  	routes 					Display alls application routes

About

Blueprint for a Startup. Middleware, & MVC routing over Node.js & Mongoose

Resources

License

Stars

Watchers

Forks

Packages

No packages published