0.1.2 • Published 5 years ago

generator-react-pkg v0.1.2

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
5 years ago

generator-react-pkg

Yeoman generator for react packages

Installation

Ensure that you have Yeoman installed as a global module

npm install -g yo

Install generator-react-pkg

npm install -g generator-react-pkg

Run generator

yo react-pkg

Follow through the guided steps then,

cd <PACKAGE-NAME>

npm install

npm start

And just like that you'll have an npm-publishable react library!

Publish

Double Check your package.json!

npm publish