generator-iscinc

0.2.0 • Public • Published

Yeoman Generator generator-iscinc 💡 Build Status

iSC Inc. 🏢 generator for Yeoman generators
This is the first programmed generator for Yeoman by the iSC Inc. team 💑

Yo dawg, I heard you like generators?

Status 🌎

Getting started 🏁

  • Install: npm install -g generator-iscinc
  • Run: yo iscinc 💻

Commands

  • yo iscinc shows a wizard for generating a new generator
  • yo iscinc:subgenerator MEDIAWIKI generates a subgenerator with the name MEDIAWIKI ⚠️ (yo iscinc:subgenerator generates a subgenerator with the name )

What do you get?

The generator-iscinc project directory structure for you 😉:

.
├── 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 💼

See the contribution docs. ✏️

When submitting an issue, please follow the guidelines. 🔥

Especially important is to make sure Yeoman is up-to-date, and providing the command or commands that cause the issue. 💬

License

This project is licensed under MIT License. Suriyaa Kudo 😆 and other contributors 👍.


Copyright (c) 2015-present iSC Inc. & Yeoman ✌️

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i generator-iscinc

Weekly Downloads

0

Version

0.2.0

License

MIT

Last publish

Collaborators

  • suriyaakudo