Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/boo1ean/generator-yii

Yeoman generator for Yii apps
https://github.com/boo1ean/generator-yii

Last synced: 30 days ago
JSON representation

Yeoman generator for Yii apps

Awesome Lists containing this project

README

        

# Generator for Yii and Yii2 apps

I know it's quite strange to write generator for php projects using node.js + Yeoman, but that's that.

## Getting started

- Make sure you have [yo](https://github.com/yeoman/yo) installed:
`npm install -g yo`
- Install the generator: `npm install -g generator-yii`
- Run: `yo yii`
- To create yii2 project run: `yo yii --yii2`

## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)