aasvg-rs
aasvg-rs 1.0.0
CLI tool to convert ASCII art diagrams to SVG
https://github.com/bearcove/aasvg-rsBSD 2-clause "Simplified" License
main program: aasvgprograms: aasvg
Maintainers
Platforms (38)
powerpc-linuxmips-linuxriscv64-netbsdwasm32-wasip1armv7l-linuxx86_64-netbsdmips64-linuxmipsel-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ aasvg-rs ];
Ad-hoc shell
nix-shell -p aasvg-rs
Flake (nix run)
nix run nixpkgs#aasvg-rs