pnpm-extra

Crates.iopnpm-extra
lib.rspnpm-extra
version0.1.1
sourcesrc
created_at2024-08-13 05:59:17.135943
updated_at2024-09-24 08:49:32.487894
descriptionA mall CLI tool that adds some pnpm commands I want
homepage
repositoryhttps://github.com/simonbuchan/pnpm-extra
max_upload_size
id1335543
size35,300
Simon Buchan (simonbuchan)

documentation

README

pnpm-extra

Just a few missing utilities in pnpm:

pnpm-extra tree

Modelled on cargo tree -i, this is a better replacement for pnpm why that:

  • shows an inverse dependency tree, which I find much more useful,
  • always shows everything in the workspace,
  • doesn't descend into dependencies that were already shown,
  • also just gives a more compact output

pnpm-extra catalog add

Like pnpm add but for adding catalog entries to pnpm-workspace.yaml.

Pretty early: doesn't preserve any comments or formatting, so it runs prettier on the file afterwards.

Commit count: 14

cargo fmt