7 bashlyBundlerApp = bundlerApp {
13 stdenvNoCC.mkDerivation (finalAttrs: {
25 ln -vs ${bashlyBundlerApp}/bin/bashly;
31 description = "Bash command line framework and CLI generator";
32 homepage = "https://github.com/DannyBen/bashly";
33 license = lib.licenses.mit;
34 mainProgram = "bashly";
35 maintainers = with lib.maintainers; [ drupol ];
36 platforms = lib.platforms.unix;