Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loconluis/create-react-shared-component

A command line interface tool to create, shareable components, to publish to NPM 🤓
https://github.com/loconluis/create-react-shared-component

boilerplate javascript nodejs npm-module npm-package react shared-components shell

Last synced: 23 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/facebook/create-react-app) 🤓

## Install

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

(you must have installed [node v7.1x+](https://nodejs.org/))

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

2. `$ cd [project-name]`

3. `$ npm start`

4. `npm link` To link your project globally

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

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

**** Help is always grateful!