1.0.3 • Published 7 years ago

generator-react-package v1.0.3

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

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
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago