HN user

arthurpro

5 karma
Posts9
Comments5
View on HN
[dead] 1 year ago

pkgs is a command-line tool that provides a unified interface for package management across different operating systems. It wraps around native package managers like apt, dnf, yum, apk, pacman, and brew, allowing you to use the same commands regardless of the underlying system.

[dead] 1 year ago

getgo simplifies the process of downloading and setting up Go environments on Linux, macOS, and Windows. It allows you to:

- Download any version of Go (including the latest) - Extract it to a specified location - Automatically set up the necessary environment variables (optional) - Customize your GOPATH location - Create a .envrc file for use with direnv