Skip to content

carrot/sprout-node6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Sprout template for node 6+ projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published