-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate from Kit to Taskfile #14017
Comments
Interesting, I was just looking into Kit and ways of improving the dev environment. I have to say I'm really impressed with Kit. It's a solid piece of software that does its job well. One Kit feature we use that Task lacks is concurrency control using mutexes. There's two mutexes in Lines 21 to 32 in 7d7ebb1
Lines 56 to 62 in 7d7ebb1
Lines 85 to 92 in 7d7ebb1
I don't think the Lines 362 to 375 in 7d7ebb1
A workaround is to have |
We should migrate the codebase to use Taskfile rather than Kit.
I've been using it on a recent project, and its a simple (YAML+Shell) popular (11k stars) task running. It can do almost everything that Kit can do, but has better documentation, and is easy to use.
I like it a lot.
I looked at other projects (e.g. Tilt) and found they tend to use complex DSLs.
cc. @agilgur5 @sarabala1979
The text was updated successfully, but these errors were encountered: