sprout-express

April 30, 2015 ยท View on GitHub

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