Files
nixpkgs/pkgs/development/node-packages/main-programs.nix
T
2025-12-13 21:58:17 -05:00

12 lines
330 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";
aws-cdk = "cdk";
grunt-cli = "grunt";
gulp-cli = "gulp";
}