adamghill / coltrane

A minimal app framework for content sites.
https://coltrane.readthedocs.io/en/stable/
MIT License
88 stars 4 forks source link

Support task runner #64

Open adamghill opened 1 month ago

adamghill commented 1 month ago

Support a task runner to have an easier way to run commands.

Tobi-De commented 1 month ago

To avoid the issue of the user having to install an additional package, the task runner could be a Coltrane extra, e.g., pip install coltrane[just]. poethepoet is pip-installable, and as Jeff Triplett pointed out, just can also be installed with pip.

adamghill commented 1 month ago

Could also create a Justfile as part of coltrane create. If a user wants to use it they can, otherwise they could delete it.