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.
npm i sprout-cli -g
sprout add node6 https://github.com/carrot/sprout-node6.git
sprout init node6 <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)