Crate pnpm_extra

Crate pnpm_extra 

Source
Expand description

§pnpm-extra

The library for the pnpm-extra binary.

At the moment this simply exports the print_tree function that implments the pnpm-extra tree command, and the read_workspace function that reads the pnpm-workspace.yaml file used by pnpm-extra catalog add command.

There is no expectation of stability or backwards compatibility for this library at this time, use at your own risk!

Modules§

tree
pnpm-extra tree implementation details.

Functions§

read_workspace
Parse and return the content of pnpm-workspace.yaml as a serde_yaml::Mapping.