Plugin for Sublime Text 3 that creates basic Redux boilerplate files:
- constants.js
- actions.js
- reducer.js: with a reducer boilerplate that use immutable.js
For now this package is not available through Package Control 😔
To use this pakage you need to clone this repo and copy ReduxCreateBoilerPlate.py and Side Bar.sublime-menu into your User Sublime Packages folder.
Note: if you already have a Side Bar.sublime-menu there, just merge content of both files
Just right-click on a folder from Side Bar
All contributions are welcome! 🚀