Use Task Runners for Common Coding Tasks

(hamvocke.com)

26 points | by speckx 3 hours ago ago

5 comments

  • jtwaleson 42 minutes ago

    I've been using Taskfile. Are just / mise much better?

    • timw4mail 34 minutes ago

      Not using YAML is huge.

  • Onavo an hour ago

    I wish mise has better secrets management or allows for split config e.g. a repo wide config that's to be shared and a personal config that can override whatever's necessary. It's difficult to commit mise.toml because the [env] section almost always contains sensitive variables.