Skip to content

sgnh/generator-react-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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