React Automate Pro ·
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