[go: nahoru, domu]

Skip to content

Count the number of Modules, Lazy Modules, Pipes, Providers, Directives, Components and Routes used in an Angular application.

License

Notifications You must be signed in to change notification settings

irustm/ng-app-counter

Repository files navigation

ng-app-counter

Count the number of Modules, Lazy Modules, Pipes, Providers, Directives, Components and Routes used in an Angular application.

This tool uses ngast and quess-parser for parse routers

screen angular counter

Usage

npx ng-app-counter

# or to define a tsconfig
npx ng-app-counter -p ./project/tsconfig.json

Or

npm install --save-dev ng-app-counter


// package.json section scripts
 "scripts": {
    "count": "ng-app-counter",
    ...

Run npm run count

Stat of use

screen angular counter stat

License

MIT

About

Count the number of Modules, Lazy Modules, Pipes, Providers, Directives, Components and Routes used in an Angular application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published