A Tool to help the front-end developer at ITWORX HUB Team to save his time by scaffolding the repetitive tasks.
npm install -g yo
npm install -g generator-itworxhub
You can use the following commands
yo itworxhub:rsc <ComponentName>
This command to create React Stateless Component
yo itworxhub:rc <ComponentName>
This command to create React Smart Component
yo itworxhub:rrc <ComponentName>
This command to create React Redux Component