Skip to content

carrot/sprout-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sprout-express

a sprout (>= 0.2.0) template for a basic express app

Installation

  • npm install sprout -g
  • sprout add express https://github.com/carrot/sprout-express.git
  • sprout new express myexpressapp

Options

  • name (name of template)
  • github_username (name of github user)
  • description (a short description of the template)

Generators

To create a .coffee for routes:

$ cd myexpressapp
$ sprout run express routes routesname

License & Contributing