aab

aab 1.0.0-dev.5

Build tool for Anki add-ons

https://github.com/glutanimate/anki-addon-builder
GNU Affero General Public License v3.0 only
programs: aab
Platforms (32)
x86_64-linuxarmv5tel-linuxsh4-linuxpowerpc-linuxaarch64-freebsdmips64el-linuxx86_64-freebsdi686-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  aab
];
Ad-hoc shell
nix-shell -p aab
Flake (nix run)
nix run nixpkgs#aab