generator-react-package

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i generator-react-package

Weekly Downloads

5

Version

1.0.3

License

MIT

Last publish

Collaborators

  • sgnh