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)
mips-linuxarmv6l-netbsdx86_64-netbsdx86_64-windowsmips64-linuxmipsel-linuxpowerpc64le-linuxi686-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