Remix.run Logo
jtwaleson 2 hours ago

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

LeBit 44 minutes ago | parent | next [-]

Taskfile is great but I’ve moved to mise over a year ago and not coming back.

The only think I found Taskfile does better is handling Go’s defer. Misé unfortunately does not have an equivalent.

Mise manages tools, env vars, tasks, bootstrapping , plays well with usage, etc.

People saying "just use makefiles" are missing out.

timw4mail 2 hours ago | parent | prev [-]

Not using YAML is huge.