Files
nixpkgs/pkgs/development/node-packages/main-programs.nix
T
2025-12-29 00:59:01 +01:00

10 lines
288 B
Nix

# Use this file to add `meta.mainProgram` to packages in `nodePackages`.
{
# Packages that provide multiple executables where one is clearly the `mainProgram`.
"@microsoft/rush" = "rush";
# Packages that provide a single executable.
"@angular/cli" = "ng";
gulp-cli = "gulp";
}