ignite-redux-devtools
v0.0.4
Published
An Ignite CLI plugin for Redux DevTools.
Downloads
3
Readme
Ignite Redux DevTools
This plugin adds support for remote-redux-devtools.
By default it is setup to work with http://remotedev.io/local/ but can also be configured to work with a local server such as https://github.com/zalmoxisus/remotedev-server and/or the chrome extension.
Install
ignite add redux-devtools
Uninstall
ignite remove redux-devtools
Contributing
- Clone this repo
- Run
npm install
- Run
npm test
- Check out a branch and make your changes
- Write tests for those changes
- Submit a pull request back upstream
License
This plugin is licensed MIT by Infinite Red, Inc., and was created by Ryan Linton.
Acknowledgements
Special thanks to @l1br3 for providing the initial code for this.