This repository is for create a simple packages with es6 features
- Babel for transpiling
- Rollup for building
- Mocha for testing
- Eslint and Prettier for better code
Use npm-install-peers for use in packages into peerDependecies
Use mocha for testing runner includes other libraries for easy testing
- Sinon Documentation - unit test utils
- nock Github - HTTP server mocking
- jsdom Github - DOM emulation for node js
- expect.js Github - assertions for node.js
For verify coverage in your
- istanbul.js Web
Documentate your code with jsdoc
- jsdoc github