This repository is the code for the article Build your own reusable npm react package with Rollup.
To install this package, you can use npm.
$ npm install byteable-hello-world
Inside this repository there is provided a build and test script.
$ npm run build
$ npm run test
Inside this repository there is provided a release script that bumps patch version, builds the code and publishes it to npm registry.
$ npm run release