Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 648 Bytes

File metadata and controls

28 lines (18 loc) · 648 Bytes

Welcome to byteable-hello-world

This repository is the code for the article Build your own reusable npm react package with Rollup.

Installation

To install this package, you can use npm.

$ npm install byteable-hello-world

Build & Test

Inside this repository there is provided a build and test script.

$ npm run build
$ npm run test

Release new package to npm

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