Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hamed-farag/generator-itworxhub
- Owner: hamed-farag
- License: apache-2.0
- Created: 2018-03-17T15:52:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T11:40:56.000Z (almost 7 years ago)
- Last Synced: 2024-12-06T04:32:04.561Z (about 1 month ago)
- Topics: generator, itworx, itworx-hub, yeoman
- Language: JavaScript
- Size: 127 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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