Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

An Ignite CLI plugin for Redux DevTools

Notifications You must be signed in to change notification settings

infinitered/ignite-redux-devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ignite Redux DevTools

Why is this archived?

We really appreciate all the community support in the years since we first released ignite-redux-devtools. Our focus has shifted to the latest version of Ignite, which does not have a plugin-based architecture (read more here). Feel free to fork this library and continue on its legacy if you want.

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

  1. Clone this repo
  2. Run npm install
  3. Run npm test
  4. Check out a branch and make your changes
  5. Write tests for those changes
  6. 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.