Yeoman generator to create:
- components
- ducks
- tests
First install Yeoman
and generator-tremtec
npm install -g yo generator-tremtec
then you can just run
yo tremtec
os directly specify a command with
yo tremtec:test
yo tremtec:component
yo tremtec:redux
WARNING: this generator has hard-coded paths, so it only works fine in projects that are using this react-base-project
.