← Back to context Comment by wiradikusuma 10 hours ago I have a feeling somebody will link that xkcd post soon... 1 comment wiradikusuma Reply figmert 8 hours ago Perhaps. But I wouldn't be so sure. It has functionality to replace the following tools:- make (via its tasks feature)- direnv (via its environments features)- Just about most package managers (via it's dev tools features)It has backends for just about anything (aqua, cargo, asdf, gem, github, go, etc).It allows for locking your tooling similar to a package.json lock file.And the nice thing is that it does it a lot better those tools (I recently found out make gobbles up any error codes and returns 2).
figmert 8 hours ago Perhaps. But I wouldn't be so sure. It has functionality to replace the following tools:- make (via its tasks feature)- direnv (via its environments features)- Just about most package managers (via it's dev tools features)It has backends for just about anything (aqua, cargo, asdf, gem, github, go, etc).It allows for locking your tooling similar to a package.json lock file.And the nice thing is that it does it a lot better those tools (I recently found out make gobbles up any error codes and returns 2).
Perhaps. But I wouldn't be so sure. It has functionality to replace the following tools:
- make (via its tasks feature)
- direnv (via its environments features)
- Just about most package managers (via it's dev tools features)
It has backends for just about anything (aqua, cargo, asdf, gem, github, go, etc).
It allows for locking your tooling similar to a package.json lock file.
And the nice thing is that it does it a lot better those tools (I recently found out make gobbles up any error codes and returns 2).