react-filegen

Hi! guys this package is very useful while developing big project with react js and react redux.

Usage no npm install needed!

<script type="module">
  import reactFilegen from 'https://cdn.skypack.dev/react-filegen';
</script>

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 -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>
args Values description
--class boolean true
--style boolean true
--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)