ποΈQuick start
First step to make your coding easier
After installation you need to generate your config file and folder for templates. It is easy, just run the next command:
npx rcci
First run
After quick setup you can create you first component or move to configuration.
First component
Run the next command and create your first component:
npx rcci
Update your component
Run the next command to update you component
npx rcci --update
or just:
npx rcci -u
Last updated