1.0.0 • Published 6 years ago

create-react-shared-component v1.0.0

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

Create-react-shared-component

create-react-shared-component seeks to be a CLI to boilerplate small projects for create shareable components in NPM. Inspired by create-react-app 🤓

Install

$ npm install -g create-react-shared-component

(you must have installed node v7.1x+)

Usage

  1. $ create-react-shared-component [project-name]

  2. $ cd [project-name]

  3. $ npm start

  4. npm link To link your project globally

  5. Go to src/index.js And start coding 👨🏻‍💻.

  6. Link to other project this module npm link [project-name]

**** Help is always grateful!