@lemon/extract
TypeScript icon, indicating that this package has built-in type declarations

0.2.11 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @lemon/extract

Weekly Downloads

1

Version

0.2.11

License

MIT

Unpacked Size

45.9 kB

Total Files

27

Last publish

Collaborators

  • james.the.nodester
  • lemon-admin