Skip to content
/ xrg Public

Tiny command line tool to generate redux action

Notifications You must be signed in to change notification settings

gy134340/xrg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published