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)
x86_64-netbsdi686-linuxarmv7l-linuxriscv64-linuxarmv7l-netbsdi686-netbsdm68k-linuxx86_64-freebsd
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