Yasta is a modern task runner written in Python, it's also what we call microbus drivers in Egypt! ๐
Yasta makes running and managing your tasks a breeze! ๐ฌ๏ธ
pip install yasta
Yasta consists of 5 commands
- init (initializes a pyproject.toml file with a test command)
- add (adds a task to the list of tasks)
- delete (deletes a task from the list of tasks)
- show (shows the tables of tasks)
- run (runs a task)
You can know more about the commands and flags by running
yasta --help