0.2.11 • Published 4 years ago

@lemon/extract v0.2.11

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@lemon/extract

A utility tool designed to enable faster debugging of Typescript mono repos.

Dev

# Terminal A
$ npm run webpack -- --watch

# Terminal B
$ DEBUG=@lemon/extract:* node ./bin/extract.js --help

Running

The fastest way to utilize @lemon/extract is by running

$ npx @lemon/extract

What the tool will do for you?

  • Identifies all unique tsconfig naming conventions, displaying a count of each
  • Counts and sumarizes the files included by a particular tsconfig

Why this tool is useful?

  • Misconfigured tsconfig files can slow down the cold start time of your tooling
  • Finding misconfigured tsconfig's can be difficult if you have hundreds of them
  • Misconfigured tsconfig files can cause Out Of Memory exceptions, usually in CI

Assumptions

Typescript (tsc) must be globally available

0.2.11

4 years ago

0.2.10

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.2.7

4 years ago

0.2.9

4 years ago

0.2.3

4 years ago

0.0.18

5 years ago

0.0.19

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago