git clone https://github.com/webdeveric/webpack-assets-manifest.git
cd webpack-assets-manifest
npm install
Run tests
npm test
Run tests and generate a coverage report. Please keep the code coverage at 100%.
npm run test:report
If you'd like to add a new feature, please create an issue first so it can be discussed.
Before forking and submitting a PR, please make sure all tests pass and the coding style is consistent.
npm test
npm run lint