create-react-microservice icon indicating copy to clipboard operation
create-react-microservice copied to clipboard

Automatically register newly created redux-modules

Open Inkdpixels opened this issue 8 years ago • 0 comments

Describe the problem:

When creating a new redux-module via yarn run create in the root of the mono-repo, it would be nice to not having the manual register process of the module outsourced to the user.

Instead we should think about having some kind of process with e.g. babel to automatically register it

https://github.com/ImmoweltGroup/create-react-microservice/blob/master/packages/create-react-microservice-scaffold/src/build/templates/redux-module/create-config.js#L22-L34

Inkdpixels avatar Dec 20 '17 12:12 Inkdpixels