Introducing conda-tasks: the missing task runner for conda
· 6 min read

Image credit: Emily Ranquist on Pexels
Conda handles environments and packages well, but it has never had a built-in way to define project tasks -- the kind of thing you'd otherwise put in a Makefile, tox.ini, or a pile of shell scripts. Today we're releasing conda-tasks, a conda plugin that fills that gap. Define tasks in your project, wire up dependencies between them, and run everything through conda task (or the standalone ct command).
