Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 514 Bytes

File metadata and controls

24 lines (20 loc) · 514 Bytes

generator-react-package

A Yeoman generator for simple React packages.

Installation

npm install -g generator-react-package

Usage

To transpile the source on the fly use:

npm run dev

To build the package and make it ready for publishing to npmjs.com run:

npm run build

Then the transpiled packaged can be published directly from the build directory:

cd build
npm publish