generator-iscinc
v0.2.0
Published
Generate a Yeoman generator for iSC Inc.
Downloads
5
Maintainers
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: ![serverGems Repository](https://img.shields.io/badge/iSC Inc. Repo-Yeoman Generator-yellow.svg?style=flat)
- :beers: serverGem Version: ![serverGems Version](https://img.shields.io/badge/serverGems Version-1.0-blue.svg?style=flat)
- :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 iscinc
shows a wizard for generating a new generatoryo iscinc:subgenerator MEDIAWIKI
generates a subgenerator with the name MEDIAWIKI :warning: (yo iscinc:subgenerator generates 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: