Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 962 Bytes

README.md

File metadata and controls

57 lines (38 loc) · 962 Bytes

React Automate Pro · GitHub license npm version PRs Welcome

Installation

npm i -g react-automate-pro

Documentation

Generate a single-use component

rg p <name>

Generate page called Home

rg p Home

Generate a reusable component

rg c <name>

Generate a component called DogCard

rg c DogCard

Generate a custom hook

rg h <name>

Generate a hook called useAsync

rg h useAsync

Generate a service

rg s <name>

Generate a service called petApi

rg s petApi