generator-react-package
v1.0.3
Published
A Yeoman generator for simple React component packages
Downloads
2
Readme
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