-
Notifications
You must be signed in to change notification settings - Fork 16
Home
Ruafozy edited this page Apr 6, 2015
·
12 revisions
Pake is a command line utility for executing predefined tasks, inspired by rake. It is written in PHP and the tasks are also described in PHP.
Pake supports tasks with prerequisites. Pake can be bundled with your application as a single phar archive (or even as a single PHP file), end users don’t need to install Pake on their systems.
Pake can be used for compiling projects from different pieces, generating code, preprocessing templates and deploying projects.
- Pakefiles
- Helpers
- pakeFinder or “How to build a list of files?”
- YAML support or “Configuration files should be readable!”
- File operations and other basic helpers
- Version Control Systems or “How do I get my plugin from Git?”
- Deployment tools or “How do I publish my project to the hosting server?”
- Plugins
- Extending Pake or How do I create a custom tool based on Pake?