Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/boo1ean/generator-yii
- Owner: boo1ean
- License: mit
- Created: 2013-07-02T16:30:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-05T16:35:42.000Z (over 11 years ago)
- Last Synced: 2024-04-14T18:41:58.309Z (7 months ago)
- Language: PHP
- Size: 180 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)