SaaSHub helps you find the best software and product alternatives Learn more →
Task Alternatives
Similar projects and alternatives to Task
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
Gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Task discussion
Task reviews and mentions
-
Makefiles are older than Doom why are we still using them?
Taskfile.dev
-
How I do local development CockroachDB Backups
I have this taskfile tasks to make running commands easier:
-
East, west, north, south: How to fix your local cluster routes
Taskfile is single-binary Make alternative that provides all the templating and configurability needed, to easily spin up K3D clusters configured as described in this article.
-
API testing through simulations
Task (taskfile) for running our commands
-
Just: Just a Command Runner
I recently looked at various alternatives to make and landed on https://taskfile.dev/
It handles dependencies and conditions well without needing to be a full blown bash expert.
-
Mise: Dev tools, env vars, task runner
Have enjoyed replacing makefiles with https://taskfile.dev/ which looks like it could be more powerful due to being able to detect changes etc. But glad Just has been good.
-
Why I Switched from Makefile to Taskfile
Taskfile is a Go-based task runner using YAML syntax for defining tasks. It simplifies project workflows by automating repetitive tasks like building, testing, and deploying code.
-
I Like Makefiles
I also use make this way and have done for years. I even have the same kind of religious ritual the author has, like writing the Makefile is part of setting up the codebase and organising in my own head how the whole local dev environment is going to work.
The only thing is, this isn't what make is actually for. A number of commenters have recommended Just - the one I've been using on my personal projects is Task - https://taskfile.dev/ - which is pretty great. As other commenters have said, the problem is that make is installed everywhere already. I would love to see a task runner become standard to the same extent, and will have a look at Just if that's the one people are using.
-
Makefiles for Web Work (2022)
I use https://taskfile.dev and I love it.
-
Ask HN: Best Tools for Monorepo?
We have a very similar setup (except s/Next.js/Remix) and went with npm workspaces + Task [1], and it's working really, really well so far. This is our second iteration of a monorepo (first one was a straight React SPA bundled with Vite instead of Remix).
We have a root Taskfile that references our JS and Go taskfiles and wraps / abstracts all tasks. It's good for dependency management and task orchestration (`task lint` will run lint in both JS and Go for example, and `task test` does the same).
TypeScript sharing between packages can be a lil' funky, but so far it's super solid. Happy to share more if it would be helpful.
[1]: https://taskfile.dev/
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 Jun 2025
Stats
go-task/task is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Task is Go.