Open epogrebnyak opened 5 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?
invocations
pip
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.
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.
Is
invocations
meant to be installed withpip
or it is a collection of scripts one should copy and paste in owninvoke.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.