1.0.0 • Published 3 years ago

react-filegen v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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 -g

Note : Don't install this in your project, install only gloablly using -g while installing package

Create Component

npx react-filegen component <Component Name>
argsValuesdescription
--classbooleantruefalse
--stylebooleantruefalse
--pathdirectory locationpath 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>
argsValuesdescription
--pathdirectory locationpath if you want to create in diffrent destination

Note : default value check in your config (reactclitest.json)