1.0.5 • Published 2 years ago

gogones-hello-world v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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