Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 754 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 754 Bytes

React Component Template Generator

Install

Clone repo

git clone https://github.com/johannestretton37/react-template-generator.git

Copy the reactGenerator folder into your local bin

cd react-template-generator
cp -r reactGenerator ~/bin/

Make the start script executable

chmod u+x ~/bin/reactGenerator/run.sh

Add a symlink

ln ~/bin/reactGenerator/run.sh /usr/local/bin/rg

NOTE: Feel free to name the symlink how you want. I used rg in the example above (short for React Generator).

Run

Execute the script from the folder where you want to generate the React Component. This will create a folder named ComponentName with a simple react template class.

rg ComponentName