Skip to content
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 used for compiling projects from different pieces, generating code, preprocessing templates and deploying projects.

End user documentation

Developer Documentation