This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Pnpm.
Summary
Generates pnpm-lock.yaml from an npm package-lock.json (or npm-shrinkwrap.json, yarn.lock) file.
Visit https://pnpm.io/7.x/cli/import for documentation about this command.
Syntax
public static void PnpmImport(this ICakeContext context)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
Return Value