This is carrot's starter template for node projects written with ES6.
npm i sprout-cli -g
sprout add node https://github.com/carrot/sprout-node.git
sprout init node <project name>
Once you have initialized the project, you can run tests with npm test
, and lint with npm run lint
.
- name (name of the project)
- description (a short description of the project)
- github_username (your github username)
- travis (boolean, use travis or not)