README
Yeoman Generator generator-iscinc :bulb: 
iSC Inc. :office: generator for Yeoman generators
This is the first programmed generator for Yeoman by the iSC Inc. team :couple_with_heart:
- Maintainer: Suriyaa Kudo
- Owner: iSC Inc.
- Download/Read it on NPM website: www.npmjs.com/package/generator-iscinc

Status :earth_americas:
- :sparkles: serverGem Repository: 
- :beers: serverGem Version: 
- :chart_with_upwards_trend: GIT CI Build Status:
- :chart_with_downwards_trend: Travis CI Build Status:
- :question: GitHub release:
Getting started :checkered_flag:
- Install:
npm install -g generator-iscinc - Run:
yo iscinc:computer:
Commands
yo iscincshows a wizard for generating a new generatoryo iscinc:subgenerator MEDIAWIKIgenerates a subgenerator with the name MEDIAWIKI :warning: (yo iscinc:subgeneratorgenerates a subgenerator with the name )
What do you get?
The generator-iscinc project directory structure for you :wink::
.
├── app
│ ├── index.php
│ └── templates
│ ├── editorconfig
│ └── jshintrc
│ └── iscinc
│ ├── EXTENSIONS.php
│ └── GIT.php
│ ├── NAMESPACES.php
│ └── SYSTEM.php
├── .editorconfig
├── .gitattributes
├── .gitignore
├── .eslintrc
├── .travis.yml
├── .yo-rc.json
├── package.json
├── gulpfile.js
├── README.md
├── LICENSE
└── test/
└── app.js
Running tests
Run npm test to run our test suite.
These tests will be run automatically in our git repository if you connect Travis CI. We can also track test coverage using Coveralls.
Contributing :briefcase:
See the [contribution docs](https://github.com/iSCInc/generator-iscinc/blob/yo development/contributing.md). :pencil2:
When submitting an issue, please follow [the guidelines](https://github.com/iSCInc/generator-iscinc/blob/yo development/contributing.md#issue-submission). :fire:
Especially important is to make sure Yeoman is up-to-date, and providing the command or commands that cause the issue. :speech_balloon:
License
This project is licensed under MIT License. Suriyaa Kudo :laughing: and other contributors :thumbsup:.
Copyright (c) 2015-present iSC Inc. & Yeoman :v: