A seed project for any JavaScript Library.
This seed will provide almost all the necessary libraries giving you a starting point for you JS developemt.
This seed includes :
- Webpack 4 as bundler
- Bable as transpiler
- Mocha / Chai for testing
- EsLint (Standard)
- Istanbul for Code Coverage
node
Clone the repository and run the following command
npm install
After the installation all necessary library will be ready for you to directly start your developement
npm run build
npm run test
npm run cover