Skip to content
This repository was archived by the owner on Mar 1, 2021. It is now read-only.

Commit 1bbd2aa

Browse files
committed
(doc) Added information to readme
1 parent aad694f commit 1bbd2aa

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,46 @@
33
Cake.DotNetTool.Module is a Module for Cake, which extends it with a new IPackageInstaller for installing tools using the dotnet cli.
44

55
[![License](http://img.shields.io/:license-mit-blue.svg)](http://cake-contrib.mit-license.org)
6+
7+
## Information
8+
9+
| | Stable | Pre-release |
10+
|---|---|---|
11+
|GitHub Release|-|[![GitHub release](https://img.shields.io/github/release/cake-contrib/Cake.DotNetTool.Module.svg)](https://github.com/cake-contrib/Cake.DotNetTool.Module/releases/latest)|
12+
|NuGet|[![NuGet](https://img.shields.io/nuget/v/Cake.DotNetTool.Module.svg)](https://www.nuget.org/packages/Cake.DotNetTool.Module)|[![NuGet](https://img.shields.io/nuget/vpre/Cake.DotNetTool.Module.svg)](https://www.nuget.org/packages/Cake.Module)|
13+
14+
## Build Status
15+
16+
|Develop|Master|
17+
|:--:|:--:|
18+
|[![Build status](https://ci.appveyor.com/api/projects/status/5h3exd4u8p2k2wpn/branch/develop?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-dotnettool-module/branch/develop)|[![Build status](https://ci.appveyor.com/api/projects/status/5h3exd4u8p2k2wpn/branch/develop?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-dotnettool-module/branch/master)|
19+
20+
## Code Coverage
21+
22+
[![Coverage Status](https://coveralls.io/repos/github/cake-contrib/Cake.DotNetTool.Module/badge.svg?branch=develop)](https://coveralls.io/github/cake-contrib/Cake.DotNetTool.Module?branch=develop)
23+
24+
## Quick Links
25+
26+
- [Documentation](https://cake-contrib.github.io/Cake.DotNetTool.Module)
27+
28+
## Chat Room
29+
30+
Come join in the conversation about Cake.DotNetTool.Module in our Gitter Chat Room
31+
32+
[![Join the chat at https://gitter.im/cake-contrib/Lobby](https://badges.gitter.im/cake-contrib/Lobby.svg)](https://gitter.im/cake-contrib/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
33+
34+
## Build
35+
36+
To build this package we are using Cake.
37+
38+
On Windows PowerShell run:
39+
40+
```powershell
41+
.\build.ps1
42+
```
43+
44+
On Linux/Mac run:
45+
46+
```shell
47+
./build.sh
48+
```

0 commit comments

Comments
 (0)