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 treeimplementation details.
Functions§
- read_
workspace - Parse and return the content of pnpm-workspace.yaml as a serde_yaml::Mapping.