Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 640 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 640 Bytes

Sprout Node 6 Template

This is carrot's starter template for node projects written with ES6. It uses ES6 directly, which is fully compatible with version 6+ of node.js.

Installation

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

Usage

sprout init node6 <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)