test-react-js-cli

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 testReactJsCli from 'https://cdn.skypack.dev/test-react-js-cli';
</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 make-react-test -g

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

Create Component

npx make-react-test 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 : efault value check in your config

Create Reducer

npx make-react-test reducer <Reducer Name>
args Values description
--path directory location path if you want to create in diffrent destination