An open API service indexing awesome lists of open source software.

https://github.com/christosgalano/ado-template-tracker

ado-template-tracker is a tool for tracking and analyzing template usage in Azure DevOps pipelines across projects, repositories, and individual pipelines.
https://github.com/christosgalano/ado-template-tracker

adoption azure-devops cli governance pipelines-as-code python templates tracker

Last synced: 11 months ago
JSON representation

ado-template-tracker is a tool for tracking and analyzing template usage in Azure DevOps pipelines across projects, repositories, and individual pipelines.

Awesome Lists containing this project

README

          

# ado-template-tracker

[![ci](https://github.com/christosgalano/ado-template-tracker/actions/workflows/ci.yaml/badge.svg?branch=main&event=push)](https://github.com/christosgalano/ado-template-tracker/actions/workflows/ci.yaml)
![Code Coverage](.github/badges/coverage.svg)
[![Github Downloads](https://img.shields.io/github/downloads/christosgalano/ado-template-tracker/total.svg)](https://github.com/christosgalano/ado-template-tracker/releases)

## Table of contents

- [Description](#description)
- [Installation](#installation)
- [Requirements](#requirements)
- [Usage](#usage)
- [Arguments](#arguments)
- [Source Configuration](#source-configuration)
- [Target Configuration](#target-configuration)
- [Compliance Mode](#compliance-mode)
- [Output format](#output-format)
- [Example usage](#example-usage)
- [Contributing](#contributing)
- [License](#license)

## Description

## Installation

### Homebrew

```bash
```

### Pip

```bash
```

### Binary

Download the latest binary from the [releases page](https://github.com/christosgalano/ado-template-tracker/releases/latest).

## Requirements

To run ado-template-tracker ...

## Usage

ado-template-tracker is a ...

### Arguments

#### Source Configuration

#### Target Configuration

#### Compliance Mode

#### View Mode

#### Output format

**Plain**

**Rich**

**JSON**

**Markdown**

### Example usage

Scenario 1:

```bash
ado-template-tracker ...
```

...

Scenario N:

```bash
ado-template-tracker ...
```

More examples can be found [here](examples).

## Contributing

Information about contributing to this project can be found [here](CONTRIBUTING.md).

## License

This project is licensed under the [MIT License](LICENSE).