react-automate-pro
v2.0.3
Published
react gen for creating new component, pages, services
Maintainers
Readme
React Automate Pro ·

Installation
npm i -g react-automate-proDocumentation
Generate a single-use component
rg p <name>Generate page called Home
rg p HomeGenerate a reusable component
rg c <name>Generate a component called DogCard
rg c DogCardGenerate a custom hook
rg h <name>Generate a hook called useAsync
rg h useAsyncGenerate a service
rg s <name>Generate a service called petApi
rg s petApi