Skip to content

Commit

Permalink
Added github and nuget badges to readme (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
franhoey authored Jan 23, 2024
1 parent 33b2c05 commit 6367ae2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Cake.grate

[![Build][githubimage]][githubbuild]
[![NuGet package][nugetimage]][nuget]

Makes [grate](https://erikbra.github.io/grate/) available as a tool in [Cake](https://cakebuild.net/). grate is a re-write of [RoundhousE](https://github.com/chucknorris/roundhouse) for reasons detailed a [RoundhousE issue](https://github.com/chucknorris/roundhouse/issues/438).

From the grate documentation:
Expand Down Expand Up @@ -31,3 +34,7 @@ Task("MyTask").Does(() => {
});
});
```
[githubbuild]: https://github.com/cake-contrib/Cake.grate/actions/workflows/build.yml?query=branch%3Amain
[githubimage]: https://github.com/cake-contrib/Cake.grate/actions/workflows/build.yml/badge.svg?branch=main
[nuget]: https://nuget.org/packages/Cake.grate
[nugetimage]: https://img.shields.io/nuget/v/Cake.grate.svg?logo=nuget&style=flat-square

0 comments on commit 6367ae2

Please sign in to comment.