react-create-comp

1.0.1 • Public • Published

React-Component Creator

Command Line Creator For Creating React Component Files in any React Project

Environment

Ubuntu 16.4

Installation & Setup

Install Package

npm install -g react-create-comp

Usage

In any React Project run this command

react-create-comp generate <ComponentName>

For Stateless Component

react-create-comp generate <ComponentName> -s

or

react-create-comp generate <ComponentName> --stateless

Alias

react-create-comp g <ComponentName> [-s , --stateless]

Contribuition

Cloning Project

git clone https://github.com/mohamedelshorbagy/react-create-comp

After Cloning Project, Open Project Directory and run these commands

npm install
npm link

Note

For Linux/Ubuntu/Mac Users

sudo npm install
sudo npm link

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.11latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.11
1.0.01

Package Sidebar

Install

npm i react-create-comp

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

4.3 kB

Total Files

4

Last publish

Collaborators

  • shorbagy