Socket
Socket
Sign inDemoInstall

create-react-shared-component

Package Overview
Dependencies
89
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-react-shared-component

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


Version published
Weekly downloads
4
increased by300%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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!

Keywords

FAQs

Last updated on 11 May 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc