88 packages tagged with “cake-build”
Cake Build addon to provide Aliases for common File operations (Reading, Writing, Replacing Text).
A set of aliases for Cake to help with running Npm (Node Package Manager) commands
Cake Build addin for Docker.
This addin provides aliases for running Git commands from Cake scripts. It is a thin wrapper around the LibGit2Sharp library and provides a way to interact with Git repositories from Cake scripts. NOTE: The addin currently only runs on x64 processors. ARM processors are not supported. This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Git.
Cake Build addon for JSON Serialization and manipulation.
Provides useful extensions and additional aliases for Cake.Build scripts
Provides Slack aliases (extension methods on Cake context) for Cake.
A set of aliases for Cake to help with running Yarn (node package manager from Facebook) commands
Coverlet extensions for Cake Build
Cake Build addon to provide Aliases for NuGet package inspection.
Makes ESLint available as a tool in Cake.
This addin provides aliases for running Git commands from Cake scripts. It is a thin wrapper around the LibGit2Sharp library and provides a way to interact with Git repositories from Cake scripts. NOTE: The addin currently only runs on x64 processors. ARM processors are not supported. This is the version of the addin compatible with Cake Script Runners. For addin compatible with Cake Frosting see Cake.Frosting.Git. NOTE: This is the version of the addin compatible with Cake Frosting. For addin compatible with Cake Script Runners see Cake.Git.
Provides a wrapper around Gulp functionality within a Cake build script
Cake addin that extends Cake with the ability to use the official Codecov CLI.
Cake AddIn that extends Cake with ability to post Code Coverage results to Coveralls.io.
Cake Addin for performing XDT based config file transforms.
Cake AddIn that extends Cake with ability to send messages to Gitter.
Cake AddIn that extends Cake with ability to send messages to Twitter.
Cake addin for easily executing code in a different working directory..
A set of aliases for Cake for running Npx commands
Cake Addin for working with CSV files using the CSVHelper library.
Provides Microsoft Teams aliases (extension methods on Cake context) for Cake.
Makes 7zip available as a tool in Cake
Cake add-in that makes MinVer available as a tool in Cake.
Cake Build addon to manipulate Hosts file
This Cake module will introduce a number of features for running in hosted CI build environments to tightly integrate with the host environment/tools.
This NuGet package contains a set of re-usable scripts that can be added to your build using the load preprocessor directive. As a result, it is possible to use the same set of build scripts across multiple projects, without having to duplicate the scripts. All that is required is a small recipe build script, which sets the project specific information. More information can be found about this project on the documentation page here: https://cake-contrib.github.io/Cake.Recipe/docs/ NOTE: Currently, Cake.Recipe itself is built using 2.0.0, and as a result, there is an expectation that that any project that is built using Cake.Recipe should also use 2.0.0 of Cake. Using a newer version of Cake may work, but there is no guarantee that it will.
Cake aliases (methods) to help with consuming arguments and environment variables.
Cake.Transifex is a addin for the Cake Build script adding support for working with the localization service Transifex. This addin requires that the transifex client is already installed and is available as `tx`. To install the transifex client, install python, then run `pip install transifex-client`. Supports Cake 2.0.0+
A playground for Cake build scripts.