A package manager for downloading and managing packages through Gno.land RPC endpoints.
- Package downloading
- Local cache management
TODO
- Package dependency management
- Package version management
TODO
Download the appropriate binary for your operating system from the latest release:
# Linux
curl -L https://github.com/notJoon/gget/releases/latest/download/gget-linux -o gget
chmod +x gget
# macOS
curl -L https://github.com/notJoon/gget/releases/latest/download/gget-macos -o gget
chmod +x ggetgit clone https://github.com/notJoon/gget.git
cd gget
cargo build --releasegget download gno.land/p/demo/avlTODO
gget list gno.land/p/demo/avlSee the LICENSE file for details.