Plz is a script automation system like "make", "rake", and "cake". It aims to make simple tasks trivial, and difficult tasks easier. Highlights:
When tasks are triggered by watching for changed files, dependencies become automatic, and less "manual wiring" is required. It adds surprising leverage.
Check out the copious documentation.
Make sure you have node installed (http://nodejs.org/), then:
$ sudo npm install -g plz
Install dependencies using node, then build with a current version of plz:
$ npm install
$ plz
Pull requests and bug reports are tracked on github: https://github.com/robey/plz
Apache 2 (open-source) license, included in 'LICENSE.txt'.
Version | Tag | Published |
---|---|---|
2.0.3 | latest | 7yrs ago |