Skip to content
Olivier DALET edited this page Feb 22, 2021 · 9 revisions

Multi-repos management

GitHub 'Profile' Repository Resources

Badges

See https://raw.githubusercontent.com/natemcmaster/DotNetCorePlugins/main/README.md:

[![Build Status][ci-badge]][ci] [![Code Coverage][codecov-badge]][codecov]
[![NuGet][nuget-badge] ![NuGet Downloads][nuget-download-badge]][nuget]

[ci]: https://github.com/natemcmaster/DotNetCorePlugins/actions?query=workflow%3ACI+branch%3Amain
[ci-badge]: https://github.com/natemcmaster/DotNetCorePlugins/workflows/CI/badge.svg
[codecov]: https://codecov.io/gh/natemcmaster/DotNetCorePlugins
[codecov-badge]: https://codecov.io/gh/natemcmaster/DotNetCorePlugins/branch/main/graph/badge.svg?token=l6uSsHZ8nA
[nuget]: https://www.nuget.org/packages/McMaster.NETCore.Plugins/
[nuget-badge]: https://img.shields.io/nuget/v/McMaster.NETCore.Plugins.svg?style=flat-square
[nuget-download-badge]: https://img.shields.io/nuget/dt/McMaster.NETCore.Plugins?style=flat-square

Tags and Semantic Versioning

Mono-repo

Huge repos handling

Trigger builds + Include/Exclude path

Tutorials

Clone this wiki locally