0.1.4 • Published 6 years ago

node-mocha-chai-lib v0.1.4

Weekly downloads
10
License
MIT
Repository
github
Last release
6 years ago

Node Mocha Chai lib stencil

This is a stencils for common package base on node.

Current Status:

NPM Version NPM Downloads CircleCI Build Status

NPM

Features:

  • Include CI Script to run the test and publish your package.
  • Support ES6 syntax
  • Support ESlint to check the code.
  • Support Mocha to test your code.

Development:

Setup

Copy this stencil and replace node-mocha-chai-lib with your package name.

Linting

$ yarn lint

Testing

$ yarn test
# or run the test in watch mode
$ yarn test:watch

Compile code

$ yarn babel
# or run babel in watch mode
$ yarn babel:watch

Generate distribution code

$ yarn build

Setup CI

  • Update the travis-ci config travis.yml
  • Setup the ci into travis-ci.

Publish your package

$ yarn release

License

node-mocha-chai-lib is released under the MIT license.

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

1.0.0

6 years ago