0.11.0 â€ĸ Published 9 months ago

pnpmc v0.11.0

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

pnpmc

Version CI

PNPM Catalogs Tooling

🌟 Features

  • Show catalogs
  • Detect catalogable dependencies in workspace
  • Register the dependency to the catalog

đŸ’ŋ Installation

pnpm add -D pnpmc

!IMPORTANT Notice that this tool is for pnpm workspace feature only.

🚀 Usage

Display of defined catalogs and Detect catalogable dependencies

You can show the defined catalogs and catalogable dependencies on your pnpm workspace projects (pnpm-workspace.yaml):

pnpx pnpmc # or `pnpx pnpm show`

# PNPM Catalogs Tooling (pnpmc v0.4.0)
#
# 📙 Defined catalogs in pnpm-workspace.yaml:
#   (none)
#
# đŸ“Ļ Catalogable Dependencies (1):
#   typescript:
#     /packages/package1 (package1) : ^5.7.3
#     /packages/package2 (package2) : ^5.6.0
#

Register the dependency to the catalog

You can register the dependency to the catalog on your pnpm workspace projects (pnpm-workspace.yaml):

pnpx pnpmc register --dependency typescript --alias ^5.7.0 --catalog tools

# PNPM Catalogs Tooling (pnpmc v0.1.2)
#
# 📙 Registered 'typescript' as '5.7.0' in Catalog 'tools'
#
# đŸ“Ļ Overridden 'typescript' alias on /packages/package1 (package1) : ^5.7.3 -> catalog:tools
# đŸ“Ļ Overridden 'typescript' alias on /packages/package2 (package2) : ^5.6.0 -> catalog:tools

🙌 Contributing guidelines

If you are interested in contributing to pnpmc, I highly recommend checking out the contributing guidelines here. You'll find all the relevant information such as how to make a PR, how to setup development) etc., there.

ÂŠī¸ License

MIT

0.11.0

9 months ago

0.10.0

9 months ago

0.9.3

9 months ago

0.9.0

9 months ago

0.8.2

9 months ago

0.8.1

9 months ago

0.8.0

9 months ago

0.7.0

9 months ago

0.6.1

9 months ago

0.6.0

9 months ago

0.5.1

10 months ago

0.5.0

10 months ago

0.4.0

10 months ago

0.3.1

10 months ago

0.3.0

10 months ago

0.2.0

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.0

10 months ago