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