invokeEasy Playground

Pythonic task execution library (modern replacement for Fabric 1.x tasks)

Getting started with invokeRun locally
Install
pip install invoke
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: invoke)

invoke is a third-party package. Pythonic task execution library (modern replacement for Fabric 1.x tasks). Install with: pip install invoke

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?