Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at r-updates 1.4 kB view raw
1# Use this file to add `meta.mainProgram` to packages in `nodePackages`. 2{ 3 # Packages that provide multiple executables where one is clearly the `mainProgram`. 4 "@antfu/ni" = "ni"; 5 "@electron-forge/cli" = "electron-forge"; 6 "@microsoft/rush" = "rush"; 7 "@webassemblyjs/cli-1.11.1" = "wasm2wast"; 8 9 # Packages that provide a single executable. 10 "@angular/cli" = "ng"; 11 "@babel/cli" = "babel"; 12 "@commitlint/cli" = "commitlint"; 13 "@gitbeaker/cli" = "gitbeaker"; 14 "@uppy/companion" = "companion"; 15 "@webassemblyjs/repl-1.11.1" = "wasm"; 16 "@webassemblyjs/wasm-strip" = "wasm-strip"; 17 "@webassemblyjs/wasm-text-gen-1.11.1" = "wasmgen"; 18 "@webassemblyjs/wast-refmt-1.11.1" = "wast-refmt"; 19 aws-cdk = "cdk"; 20 cdk8s-cli = "cdk8s"; 21 cdktf-cli = "cdktf"; 22 clipboard-cli = "clipboard"; 23 conventional-changelog-cli = "conventional-changelog"; 24 cpy-cli = "cpy"; 25 diff2html-cli = "diff2html"; 26 fast-cli = "fast"; 27 fauna-shell = "fauna"; 28 fkill-cli = "fkill"; 29 fleek-cli = "fleek"; 30 grunt-cli = "grunt"; 31 gulp-cli = "gulp"; 32 jsonlint = "jsonlint"; 33 localtunnel = "lt"; 34 lua-fmt = "luafmt"; 35 parsoid = "parse.js"; 36 poor-mans-t-sql-formatter-cli = "sqlformat"; 37 pulp = "pulp"; 38 purescript-language-server = "purescript-language-server"; 39 purescript-psa = "psa"; 40 purs-tidy = "purs-tidy"; 41 purty = "purty"; 42 pscid = "pscid"; 43}