Gii Extension for Yii 2
========================

This extension provides a Web-based code generator, called Gii, for Yii 2 applications.
You can use Gii to quickly generate models, forms, modules, CRUD, etc.

Gii provides a Web-based interface for you to interactively generate the code you want. It also provides a
command line interface for people who prefer to work with their console windows most of the time.

Getting Started
---------------

* [Installation](installation.md)
* [Basic Usage](basic-usage.md)

Additional topics
-----------------

* [Creating your own templates](topics-creating-your-own-templates.md)
* [Creating your own generators](topics-creating-your-own-generators.md)
