Skip to content

cake-contrib/Cake.Pnpm

Repository files navigation

Cake.Pnpm

License standard-readme compliant All Contributors Build CodeQL

Makes pnpm available as a tool in Cake

Table of Contents

Install

Cake script

#addin nuget:?package=Cake.Pnpm

Cake Frosting

Install as a NuGet package in your build project

Usage

Cake script

#addin nuget:?package=Cake.Pnpm

Task("MyTask").Does(() => {
  Pnpm();
});

Cake Frosting

using Cake.Pnpm;

/*...*/

context.PnpmAdd("@angular/cli");

Maintainer

Aleksandr Ivanov @aivanov-oneinc

Contributing

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!