gleam package manager for installing Gleam CLI programs right inside your OS
this is a prototype for functionality of gleam cli apps shipping and management.
discussion here: gleam-lang/gleam#4136
to compile:
git clone https://github.com/enkerewpo/gleam-pkg
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
- support install from github or hex.pm
- workspace under
$home/.gleam_pkgs
- package metadata management for installation and uninstallation
rm -rf ~/.gleam_pkgs
and remove the gleam_pkgs path in PATH env from your shell rc file.
- gleamfonts (not in hex)
- ormlette hex
- gleewhois hex
- gleescript hex but with dev deps
wheatfox 2024