gy134340 / xrg

Tiny command line tool to generate redux action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiny command line tool to generate redux action

// input your prefix: 'app/foo'

// input your action: 'fetch'


FETCH_REQUEST
FETCH_SUCCESS
FETCH_FAIL

app/foo/fetch_request
app/foo/fetch_success
app/foo/fetch_fail

img

How to use?

npm install -g xrg

Why xrg?

x(because it's a less used letter in English) + redux + generate = xrg

About

Tiny command line tool to generate redux action


Languages

Language:JavaScript 100.0%