react-filegen
v1.0.0
Published
Hi! guys this package is very useful while developing big project with **react js** and **react redux**.
Downloads
16
Maintainers
Readme
React Js Command Line (cli)
Hi! guys this package is very useful while developing big project with react js and react redux.
Getting Started
npm i react-filegen -gNote : Don't install this in your project, install only gloablly using -g while installing package
Create Component
npx react-filegen component <Component Name>|args |Values |description |
|---------------|-------------------------------|-------------------------------------------------------|
|--class |boolean | true|false |
|--style |boolean | true|false |
|--path |directory location | path if you want to create in diffrent destination |
Note : default value check in your config (reactclitest.json)
Create Reducer
npx react-filegen reducer <Reducer Name>|args |Values |description |
|---------------|-------------------------------|-------------------------------------------------------|
|--path |directory location | path if you want to create in diffrent destination |
Note : default value check in your config (reactclitest.json)
