Current behaviour
After creating a module, I have to run prettier manually to make sure the files are formatted like the rest of the project :(
Suggestion
Add an option to run command/s on the files after they are created
e.g. create-react-component.afterCreatedHook: yarn prettier
Current behaviour
After creating a module, I have to run prettier manually to make sure the files are formatted like the rest of the project :(
Suggestion
Add an option to run command/s on the files after they are created
e.g.
create-react-component.afterCreatedHook:yarn prettier