cloudsmith.com
Posts by Task
You people really like downloading our DEB, RPM and APK packages.
Cloudsmith was really generous and raised our bandwidth to 2 TB / month to cover our needs.
Thank you Cloudsmith! ๐
In many of my projects, I need to run sets of commands both on my workstation during development, and later in a CI/CD pipeline to ship my changes. The solution: Taskfile is a modern take on the classic Makefile, but more capable and less fiddly.
taskfile.dev
Task is 9 years old today!
We have released good stuff this weekend, and that includes shipping the second most ๐ed feature request of all time.
On this blog post, @vmaerten.bsky.social introduces the new `if:` condition, and also the ability to prompt required variables at runtime!
taskfile.dev/blog/if-and-...
v3.46 is out! ๐
* `failfast` for better control on dependencies
* Better `--summary`
* Better `--init`
* Better completions
* More advancements on remote Taskfiles experiment
* Lots of bug fixes ๐
Have a wonderful end of year! โ๏ธ๐๐๐
github.com/go-task/task...
v3.46 is out! ๐
* `failfast` for better control on dependencies
* Better `--summary`
* Better `--init`
* Better completions
* More advancements on remote Taskfiles experiment
* Lots of bug fixes ๐
Have a wonderful end of year! โ๏ธ๐๐๐
github.com/go-task/task...
After nearly 3 years of working together on @taskfile.dev, I finally got to meet @andreynering.bsky.social for the first time this week at #golab2025 in Florence, Italy.
Looking forward to many more years of collaboration!
v3.45 is out today, and it's the most exciting release in a long time! ๐คฉ
* Built in core utils on Windows (!!!)
* Brand new website powered by VitePress
* ~/.config/task/taskrc.yml
* Nightly builds (feat @GoReleaser)
* Official GitHub Action
* And more
github.com/go-task/task...
A new version of our VSCode extension was released with nice new features and bug fixes.
github.com/go-task/vsco...
Task v3.44.0 was just released!
It includes some small enhancements and many bug fixes. In particular, it fixes some important regressions on the watcher.
github.com/go-task/task...
go-task: A modern alternative to Make that makes sense.
YAML-based task runner with dependency management, cross-platform support, and built-in variable interpolation. Perfect for automating build pipelines and development workflows.
I use a lot of Makefiles, but I find taskfile.dev more readable and easier to use. The only advantage of make is that it is already installed in most system
๐ My approach to running code has evolved since 2011:
Started with the green 'Run' button in Visual Basic 6.0 โ moved to the command line โ adopted Makefiles โ now using @taskfile.dev Taskfile alongside package.json
Task v3.43 is out with several improvements and fixes! ๐คฉ
- The watcher has been overhauled
- The map variables experiments was launched
- The remote taskfiles experiment continues to advance
- Many small enhacements
- Many bug fixes
github.com/go-task/task...
Makefile is one of the dominoes holding up the stack of tech running our world.
Taskfile is a great next generation option that operates much more intuitively like yaml driven modern software.
My automated tasks are much easier to read and maintain. Be sure to learn make an then try task!
As much as possible, I try to automate repetitive and (especially) error-prone tasks I do regularly.
Recently, I've been exploring Task (taskfile.dev) and I really like it.
We've heard that some people dislike Taskfiles because they hate YAML...
To please everyone, we're happy to announce that we're going to support XML soon! ๐คฉโจ
Stay tuned!
I just discovered @taskfile.dev today - where have you been??? - and I've replaced my entire build pipeline with it and ... well ... it's just been a while since I've been amazed and just plain-old-happy with a tool ๐ - i'm sure ill find dark corners later, but right now ๐
๐ Task v3.42.0 was just released with many enhancements! ๐
In this version, we enhanced the API when it comes to using Task as a library. We're moving towards making the API stable so users are start relying on it as officially supported soon.
github.com/go-task/task...
I decided to use @taskfile.dev for my project. I tried several utilities, and this is truly incredible!
taskfile.dev/usage/
if you are a developer, you should read /usage page
Glad you're enjoying! Let us know if you have any feedback.