Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hamed-farag/generator-itworxhub

Yeoman Generator for ITWORX HUB Front-End Solution
https://github.com/hamed-farag/generator-itworxhub

generator itworx itworx-hub yeoman

Last synced: 23 days ago
JSON representation

Yeoman Generator for ITWORX HUB Front-End Solution

Awesome Lists containing this project

README

        

[![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
```
This command to create React Stateless Component
```bash
yo itworxhub:rc
```
This command to create React Smart Component
```bash
yo itworxhub:rrc
```
This command to create React Redux Component