AngularJS pre-minifier that transforms named function expressions ending with '$ng' to array-injection syntax. Current stable version: 0.2.2. No active release cadence (last update 2014). Key differentiator: simple rule-based approach vs heuristic detection in ngmin. Suitable for AngularJS 1.x projects using Browserify. Limited community support; consider modern alternatives like babel-plugin-angularjs-annotate.
npm install ngbminNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs ngbmin globally and transforms a minimal AngularJS function ending with '$ng' to array-injection syntax.
Replace with babel-plugin-angularjs-annotate or ng-annotate-webpack-plugin.
Ensure all factory/service/controller functions are named with '$ng' suffix.
Use child_process.exec to call CLI if needed, or switch to ng-annotate.
Use as command-line tool or browserify transform, not as a Node require.
Run 'npm install ngbmin' in your project directory.
Rename the function to end with '$ng' (e.g., 'myCtrl$ng').
No dependency data recorded yet.