https://github.com/revathskumar/yeoman-php
A sample workaround to use yeoman with php.
https://github.com/revathskumar/yeoman-php
php yeoman
Last synced: 2 months ago
JSON representation
A sample workaround to use yeoman with php.
- Host: GitHub
- URL: https://github.com/revathskumar/yeoman-php
- Owner: revathskumar
- Created: 2013-04-03T09:45:45.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-03T10:07:03.000Z (about 12 years ago)
- Last Synced: 2025-04-12T16:15:05.138Z (2 months ago)
- Topics: php, yeoman
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 28
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yeoman + PHP
A sample workaround to use [yeoman](http://yeoman.io) with php.## Prerequisites
$ sudo apt-get install php5-cgi## Try it
$ git clone [email protected]:revathskumar/yeoman-php.git
$ cd yeoman-php
$ npm install
$ bower install
$ grunt server
## Todo
* Build and usemin functionality## License
Please see [License](revathskumar.mit-license.org)