Start developing your NPM module in seconds ✨
Readymade boilerplate setup with all the best practices to kick-start your npm/node module development.
Happy hacking =)
- Microbundle for bundling
- ES6/ESNext - Write ES6 code and Microbundle will make bundle of it to ES5 for backwards compatibility
- Test - Jest with Istanbul coverage
- Lint - Preconfigured ESlint with best practices
- CI - TravisCI configuration setup
- Minify - Built code will be minified for performance
npm run lint
- Run ESlintnpm run build
- Microbundle will transpile ES6 => ES5 and minify the code.npm run dev
- Microbundle will watch and create build on change.npm run test
- Run tests with jest.
Just clone this repo and remove .git
folder.
MIT © Yousuf Kalim