aasvg-rs

aasvg-rs 1.0.0

CLI tool to convert ASCII art diagrams to SVG

https://github.com/bearcove/aasvg-rs
BSD 2-clause "Simplified" License
main program: aasvgprograms: aasvg
Platforms (38)
powerpc-linuxmips-linuxriscv64-netbsdwasm32-wasip1armv7l-linuxx86_64-netbsdmips64-linuxmipsel-linux
View source on NixOS/nixpkgs →

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