Skip to content

Simple wrapper for Pnpm tool in Cake Build ecosystem

License

Notifications You must be signed in to change notification settings

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!

About

Simple wrapper for Pnpm tool in Cake Build ecosystem

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages