Library starter based on rollup and typescript.
Inspired by https://github.com/juliendargelos/rollup-library
Install dependencies
npm install
Install and init commitizen
npm install commitizen -g
commitizen init cz-conventional-changelog --save-dev --save-exact
npm run dev
Commit your work
npm run commit
MIT.