Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🤓
- Host: GitHub
- URL: https://github.com/loconluis/create-react-shared-component
- Owner: loconluis
- License: mit
- Created: 2018-03-21T04:41:10.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2022-01-15T02:52:45.000Z (almost 3 years ago)
- Last Synced: 2024-12-17T19:09:38.414Z (23 days ago)
- Topics: boilerplate, javascript, nodejs, npm-module, npm-package, react, shared-components, shell
- Language: JavaScript
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!