ahoy

ahoy 2.5.0

Create self-documenting cli programs from YAML files

https://github.com/ahoy-cli/ahoy
MIT License
main program: ahoyprograms: ahoy
Platforms (31)
aarch64-darwinarmv7l-linuxloongarch64-linuxs390x-linuxi686-freebsdx86_64-darwinpowerpc64-linuxmicroblazeel-linux
View source on NixOS/nixpkgs →

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