Skip to content

Simple wrapper for Pnpm tool in Cake Build ecosystem

License

Notifications You must be signed in to change notification settings

nils-a-forks/Cake.Pnpm

This branch is up to date with cake-contrib/Cake.Pnpm:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aa974c7 · Apr 24, 2023

History

99 Commits
Dec 21, 2022
Apr 24, 2023
Dec 15, 2022
Sep 24, 2019
Sep 24, 2019
Sep 24, 2019
Dec 21, 2022
Dec 21, 2022
Sep 24, 2019
Sep 24, 2019
Sep 24, 2019
Sep 23, 2019
Dec 26, 2022
Dec 21, 2022
Dec 21, 2022
Dec 21, 2022

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.8%
  • Other 0.2%