UNPKG

generator-itworxhub

Version:

Tool to help the front-end developer at ITWORX HUB Team to save his time by scaffolding the repetitive tasks

29 lines (22 loc) 888 B
[![Build Status](https://travis-ci.org/hamed-farag/generator-itworxhub.svg?branch=master)](https://travis-ci.org/hamed-farag/generator-itworxhub) [![Coverage Status](https://coveralls.io/repos/github/hamed-farag/generator-itworxhub/badge.svg?branch=master)](https://coveralls.io/github/hamed-farag/generator-itworxhub?branch=master) # ITWORX HUB Yeoman Generator A Tool to help the front-end developer at ITWORX HUB Team to save his time by scaffolding the repetitive tasks. ## Getting Started ```bash npm install -g yo npm install -g generator-itworxhub ``` ## How it work You can use the following commands ```bash yo itworxhub:rsc <ComponentName> ``` This command to create React Stateless Component ```bash yo itworxhub:rc <ComponentName> ``` This command to create React Smart Component ```bash yo itworxhub:rrc <ComponentName> ``` This command to create React Redux Component