0.0.0 • Published 9 years ago

generator-phpleague-skeleton v0.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

generator-phpleague-skeleton Build Status

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 git@github.com: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