0.1.4 • Published 7 years ago

babel-plugin-create-redux-action-func v0.1.4

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

babel-plugin-create-redux-action-func Build Status

create redux action creater from action type

Install

npm

$ npm install --save-dev babel-plugin-create-redux-action-func

yarn

$ yarn add --dev babel-plugin-create-redux-action-func

Usage

{
  "plugins": [
    "create-redux-action-func"
  ]
}

License

MIT © akameco