Makes pnpm available as a tool in Cake
#addin nuget:?package=Cake.Pnpm
Install as a NuGet package in your build project
#addin nuget:?package=Cake.Pnpm
Task("MyTask").Does(() => {
Pnpm();
});
using Cake.Pnpm;
/*...*/
context.PnpmAdd("@angular/cli");
Aleksandr Ivanov @aivanov-oneinc
Cake.Pnpm follows the Contributor Covenant Code of Conduct.
We accept Pull Requests. Please see the contributing file for how to contribute to Cake.Pnpm.
Small note: If editing the Readme, please conform to the standard-readme specification.
This project follows the all-contributors specification. Contributions of any kind welcome!