boilerplate-es6
boilerplate-es6 is a template for your es6 based projects using
Install
## Clone the repo
$ git clone git@github.com:stefanwalther/boilerplate-es6.git
## Install all dependencies
$ npm install
Basic concept
- JavaScript ES6
- ES6 Transpiler
- Build system
- Test framework
- Code style
- Documentation
Script Tasks
build
Build the code from
./src
, store in./dist
$ npm run build
Test
## Unit tests
$ npm run test:unit
## E2E tests
$ npm run test:e2e
## All tests
$ npm run test
Test coverage
$ npm run coverage
Linting
## Lint `./src`
$ npm run lint
## Lint './test`
$ npm run lint:test
Documentation
## Generated documentation using verb
$ npm run docs
Author
Stefan Walther
License
Released under the MIT license.
This file was generated by verb-generate-readme, v0.1.30, on October 21, 2016.