analyse
v1.0.1
Published
analyse react and redux project
Downloads
9
Readme
analyse V1.0
A node-cli used to analyse react and redux project.It will show the component lists of the every entry of your project.And if the component connect the store,it will be shown as red.
Download
First,you need to install a babel plugin in your project path.
npm install babel-plugin-transform-react-jsx
then you will need to install the node cli in blobal.
npm install analyse -g
Documentation
Just in your project path.Type 'analyse'.And the module will start a server.And then will show you the summary of your react and redux project.