0.2.11 • Published 3 years ago

@lemon/extract v0.2.11

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.2.10

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.7

3 years ago

0.2.9

3 years ago

0.2.3

3 years ago

0.0.18

4 years ago

0.0.19

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago