0.0.10 • Published 2 years ago

ts-monocheck v0.0.10

Weekly downloads
2
License
MIT
Repository
-
Last release
2 years ago

ts-monocheck

Check if all references are correct in a Typescript/yarn/lerna monorepo.

Example output

Usage

$ yarn add -WD ts-monocheck # In the root of your monorepo
$ yarn ts-monocheck
Monorepo root        /home/thomas/code/weewoo
lerna.json           /home/thomas/code/weewoo/lerna.json
Build tsconfig.json  /home/thomas/code/weewoo/packages/tsconfig.json

 📦 weewoo-web   packages/weewoo-web

    Is not marked as composite in its tsconfig.json
    Not included in /home/thomas/code/weewoo/packages/tsconfig.json's references

 📦 @toye.io/weewoo-geocode   packages/weewoo-geocode

    Package depends on weewoo-location, but that package is not referenced in its tsconfig.json

 📦 @toye.io/weewoo-reactors   packages/weewoo-reactors

    Package depends on weewoo-integration-test-utils, but that package is not referenced in its tsconfig.json
    Package depends on weewoo-server, but that package is not referenced in its tsconfig.json

 📦 @toye.io/weewoo-server-web   packages/weewoo-server-web

    Package depends on weewoo-server, but that package is not referenced in its tsconfig.json
0.0.10

2 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago