issues
search
RobotsAndPencils
/
react-gantry
R&P's React Starter Kit
4
stars
1
forks
source link
Fixed some poor inflections in our templates
#23
Closed
akrigline
closed
6 years ago
akrigline
commented
6 years ago
Fixes #21 , Fixes #20 , Fixes #22 .
Properly inflects things in multiple steps, since these functions only perform a single transition (e.g. camelCase -> snake_case) and a few of our needs require multiple transitions.
Fixed regex for skipping the Type export injection.
Fixes #21 , Fixes #20 , Fixes #22 .