Skip to content

notJoon/gget

Repository files navigation

gget

Build Status codecov GitHub release (latest by date)

A package manager for downloading and managing packages through Gno.land RPC endpoints.

Core Features

  • Package downloading
  • Local cache management

TODO

  • Package dependency management
  • Package version management

Installation

Binary Download

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 gget

Build from Source

git clone https://github.com/notJoon/gget.git
cd gget
cargo build --release

Usage

Download Package

gget download gno.land/p/demo/avl

List Package Contents

TODO

gget list gno.land/p/demo/avl

License

See the LICENSE file for details.