0.2.6 • Published 8 years ago

boilerplate-es6 v0.2.6

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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.

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago