Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 559 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 559 Bytes

Sprout Node Template

This is carrot's starter template for node projects written with ES6.

Installation

  • npm i sprout-cli -g
  • sprout add node https://github.com/carrot/sprout-node.git

Usage

sprout init node <project name>

Once you have initialized the project, you can run tests with npm test, and lint with npm run lint.

Options

  • name (name of the project)
  • description (a short description of the project)
  • github_username (your github username)
  • travis (boolean, use travis or not)