A template project which combines several technologies including Go, HTMX, Tailwind for a simpler yet snappy stack for your next web project.
61
stars
5
forks
source link
add support for xargs as fallback to parallel, with notice to user that parallel will work faster #6
Open
Howard3 opened 11 months ago
taskfile now uses parallel which is not installed by default, it should have a fallback with notice to use xargs.
also this doesn't work in windows today.