ahoy
ahoy 2.5.0
Create self-documenting cli programs from YAML files
https://github.com/ahoy-cli/ahoyMIT License
main program: ahoyprograms: ahoy
Maintainers
Platforms (31)
aarch64-darwinarmv7l-linuxloongarch64-linuxs390x-linuxi686-freebsdx86_64-darwinpowerpc64-linuxmicroblazeel-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ ahoy ];
Ad-hoc shell
nix-shell -p ahoy
Flake (nix run)
nix run nixpkgs#ahoy