create-react-shared-component seeks to be a CLI to boilerplate small projects for create shareable components in NPM. Inspired by create-react-app 🤓
$ npm install -g create-react-shared-component
(you must have installed node v7.1x+)
-
$ create-react-shared-component [project-name] -
$ cd [project-name] -
$ npm start -
npm linkTo link your project globally -
Go to
src/index.jsAnd start coding 👨🏻💻. -
Link to other project this module
npm link [project-name]
**** Help is always grateful!