whawker / import-count-ts

A command line interface for analyzing import statements in Typescript code.

Home Page:https://www.npmjs.com/package/import-count

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import-count-ts

import-count-ts is a command line interface for analyzing import statements in Typescript code.

Usage

1. yarn install
2. yarn build
2. node ../bin/import-count [options]

Synopsis

Usage: [options]

Options:
  --directory                     absolute or relative path to the directory containing the TS source files
  --filter                        specific module to check imports from, matches for substrings
  -V, --version                   output the version number
  -h, --help                      display help for command

Legal

import-count is released under the MIT license. See LICENSE for details.

About

A command line interface for analyzing import statements in Typescript code.

https://www.npmjs.com/package/import-count

License:MIT License


Languages

Language:TypeScript 88.7%Language:JavaScript 10.7%Language:Shell 0.7%