RobotsAndPencils / react-gantry

R&P's React Starter Kit
4 stars 1 forks source link

Action constants aren't generated in all Caps #20

Closed akrigline closed 6 years ago

akrigline commented 6 years ago
hygen duck newAction --name dummyAction --duck reducer

Expected Behavior: Action created should be named DUMMY_ACTION.

Actual Behavior: Action created was dummy_action.