Skip to content
← Radar
29

Task Runner Those Migrating Rye Nice

general · 1 signals · 1 source

Evidence

  • Using `uv run` as a task runner — For those of us migrating over from Rye, one of its nice features is the built-in task runner using `rye run` and `[tool.rye.scripts]`. For example: ``` [tool.rye.scripts] hello = "echo Hello from Rye!" ``` ``` $ rye run hello Hello from Rye! ``` It could have some more

    GITHUB_ISSUES