Skip to content

A command line interface tool to create, shareable components, to publish to NPM 🤓

License

Notifications You must be signed in to change notification settings

loconluis/create-react-shared-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A command line interface tool to create, shareable components, to publish to NPM 🤓

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published