-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
out of all the task runners I've looked at for our monorepo, none seem to do a better job than invoke. They all fall on different parts of the spectrum between simple and flexible, and invoke hits that sweet spot where it's relatively easy to define a task that runs a simple shell command, but it's also possible to define a task that runs complex code involving external python dependencies, and everything in between
the only trouble is, it's not as easy as it could be to define simple tasks that invoke shell commands, and the automatic cli generation of invoke leaves a lot to be desired
I have an idea to replace invoke with a custom task runner built on typer and xonsh
more details to follow...
Metadata
Metadata
Assignees
Labels
No labels