coreit/themey-gen

There is no license information available for the latest version (0.1.3) of this package.

Theme generator for yii2

0.1.3 2016-12-25 20:58 UTC

This package is not auto-updated.

Last update: 2024-05-11 18:01:56 UTC


README

This is a theme generator and integrator for Yii2 framework applications. It can generate files and classes required to seamless integrate an HTML template with the Yii2 Application.

Latest Stable Version Total Downloads Latest Unstable Version License Dependency Status Build Status

Installation

The preferred way to install this tool through composer.

Either run

composer require coreit/themey-gen

or add

"coreit/themey-gen" : "*"

to the require section of your application's composer.json file.

Usage

The tool is accessible through terminal, to access it globally you can add /bin into your $PATH You can then run it in command line using themey To generate Yii application structure you can run themey generate:app To generate a theme template run themey:generate:theme -t theme-name -p path-to-the-theme To generate a layout run themey:generate:layout -t theme-name -l layout-name For more commands and help run themey --help

Before running the command the current directory should be that of the required application either frontend or backend for the advanced Yii2 template or root directory of the basic template.

Contributing

Themey-Gen is an open source project, you can fork the project and submit pull requests.

Resources

Credits

License

The MIT License (MIT). Please see License File for more information.