0.1.4 • Published 10 months ago

@corentinth/catalogger v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Catalogger - Find PNPM catalog candidates

A CLI to easily find dependencies and devDependencies that are common in your pnpm workspace monorepo and could be added to your pnpm workspace catalog. Note that catalogs requires pnpm v9.5.0 or higher.

Installation

# Using npm
npm install -g @corentinth/catalogger

# Using yarn
yarn global add @corentinth/catalogger

# Using pnpm
pnpm add -g @corentinth/catalogger

Usage

Then just run the following command in your pnpm workspace monorepo:

catalogger

More options are available, you can see them by running:

catalogger --help

Under the hood

Its basically a groupBy around the pnpm -r list --json command, with some filtering and sorting.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Credits and Acknowledgements

This project is crafted with ❤️ by Corentin Thomasset.

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago