boilerplate-es6

0.2.6 • Public • Published

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

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.

Package Sidebar

Install

npm i boilerplate-es6

Weekly Downloads

0

Version

0.2.6

License

MIT

Last publish

Collaborators

  • stefanwalther