pyinvoke / invocations

Reusable Invoke tasks
http://invocations.readthedocs.io
BSD 2-Clause "Simplified" License
165 stars 28 forks source link

usage example #16

Open epogrebnyak opened 4 years ago

epogrebnyak commented 4 years ago

Is invocations meant to be installed with pip or it is a collection of scripts one should copy and paste in own invoke.py?

What is the the simplest usage of invocations? Could be very helpful in the docs (addressed before in https://github.com/pyinvoke/invocations/issues/9)

Many thanks for clarification.

denzuko commented 4 years ago

I've seen it used on a major automation tool. The code in https://github.com/pyinvoke/invocations/blob/master/tasks.py is a rather good example.