| Crates.io | gleam-pkg |
| lib.rs | gleam-pkg |
| version | 0.0.1 |
| created_at | 2024-12-27 12:31:33.297823+00 |
| updated_at | 2024-12-27 12:31:33.297823+00 |
| description | A shell CLI package manager for Gleam |
| homepage | |
| repository | https://github.com/enkerewpo/gleam-pkg |
| max_upload_size | |
| id | 1496373 |
| size | 81,748 |
gleam package manager for installing Gleam CLI programs right inside your OS
to compile:
git clone https://github.com/enkerewpo/gleam-pkg
git submodule update --init --recursive
cargo build
# gleam-pkg install gleewhois # this will be supported when we can install gleam-pkg and run it in shell
cargo run -- install gleewhois
# source ~/.bashrc or ~/.zshrc because first time gleam-pkg will ask
# whether you want to add ~/.gleam-pkgs to PATH for using the gleam app in your shell
gleewhois --help
$home/.gleam_pkgswheatfox 2024