Skip to content

pr0fedt/node-template

 
 

Repository files navigation

node-template

Lib template for Node 4

What's inside:

  • ES 2015 and async await (via Babel);
  • testing (via mocha and chai);
  • coverage (via istanbul);
  • type-checking (via flow);
  • lintings (via eslint).

Targets:

  • clean - remove all artifacts;
  • run.% - run scripts/%.js;
  • test - run unit tests;
  • lint - lint code;
  • flow - run flow;
  • compile - compile code;
  • cover - run istanbul;
  • check-coverage - check coverage levels;
  • all (default) - check everything.

How to start

mkdir my-project
cd my-project
git clone https://github.com/sim-sys/node-template ./
node bootstrap.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.7%
  • Makefile 2.3%