1.0.5 • Published 4 years ago

create-react-package-script v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

create-react-package-script

This is a short script to generate a template for making React packages.

Installation

yarn global add create-react-package-script

Usage

create-react-package-script

In the newly created directory, run the following commands:

yarn && yarn start

Inorder to see the updates to the package reflected on example app, run the following command on another terminal:

yarn build --watch