generator-phpleague-skeleton
v0.0.0
Published
Yeoman generator
Downloads
2
Readme
generator-phpleague-skeleton
Yeoman generator that setups and customizes the php package skeleton https://github.com/thephpleague/skeleton with your properties.
Best practice php package template, fast!
What does it?
- git clone [email protected]:thephpleague/skeleton.git
- remove git folder
- inquire all variables like description, author etc
- replace theleague occurences with your entries
- replace variables with your entries
Installation & Usage
Yeoman travels light. He didn't pack any generators when he moved in. You can think of a generator like a plug-in. You get to choose what type of application you wish to create, such as a Backbone application or even a Chrome extension.
To install generator-phpleague-skeleton from npm, run:
npm install -g generator-phpleague-skeleton
Finally, cd to your project dir and initiate the generator:
yo phpleague-skeleton
License
MIT