linkml / linkml-project-cookiecutter

A cookiecutter for linkml projects. An equivalent of `linkml-ws new project-name`.
Creative Commons Zero v1.0 Universal
14 stars 16 forks source link

Shouldn't cruft-based actions in repos built with this template be wrapped in poetry? #30

Closed turbomam closed 7 months ago

turbomam commented 1 year ago
update-template:
    poetry run cruft update

In the Makefile, instead of

update-template:
    cruft update
pkalita-lbl commented 7 months ago

They should not. Following the current recommendation, if you've installed cruft with pipx then cruft update should work just fine. I've you've chosen to go the pipx run cruft ... route that's perfectly fine, but I think it's up to the end user to adjust their Makefile accordingly at that point.