My new favorite tool that was posted on HackerNews last week was grep.app. It allows one to search Github quickly and optionally with regex. I quickly ran a search for from invoke import
and found a few larger repositories using Invoke.
The projects I’ve found are:
- Datadog Agent - https://github.com/DataDog/datadog-agent/tree/master/tasks
- pipenv - https://github.com/pypa/pipenv/tree/master/tasks
- Cucumber - https://github.com/cucumber/cucumber/tree/master/tag-expressions/python/tasks
- sympy - https://github.com/sympy/sympy/blob/master/release/fabfile.py (uses Fabric but Fabric is built on top of Invoke)