Skip to content

gowithfloat/Cake.Badge

Repository files navigation

Cake.Badge Test NuGet

A plugin for Cake that integrates with badge to allow icon badging during build.

Requirements

badge must be callable from the command line. I would recommend installing the Ruby version manager, activating Ruby 2.7.0, and installing via:

gem install badge

Usage

Add Cake.Badge to your build script:

Call via the Badge alias:

Task("Badge")
  .Does( => {
    Badge(new BadgeSettings { Verbose = true });
});

License

All content in this repository is shared under an MIT license. See license.md for details.