Skip to content

Typescript helper for counting usage of files within codebase

License

Notifications You must be signed in to change notification settings

thomasparsons/typescript-module-usage

Repository files navigation

typescript-module-usage

Typescript helper for counting usage of files within codebase

Getting Started

yarn add typescript-module-usage -D || npm install typescript-module-usage --save-dev

// package.json

"scripts": {
  ...
  "count": "typescript-module-usage ./tsconfig.json"
}

Requirements

This package extends the usage of TypeScript Module Paths: Docs

Options

  • Input: ``
  • Output: --output=output.json

About

Typescript helper for counting usage of files within codebase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published