SimonWahlin / AZDOPS

Functions for managing Azure DevOps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADOPS

This repository contains functions for creating and maintaining Azure DevOps environments with support for multiple environment connections.

This project started out as a hackathon around PowerShell and Pester with the goal to be able to create, update, and remove, all or most of the parts we regularly use in our own Azure DevOps environments, in a standardized and easy way.

Installation

From PSGallery, run

Install-Module ADOPS

Or download this repo and run Invoke-build in it to build your own release

Or download this repo and import from ./source/ folder

Bug report and feature requests

If you find a bug or have an idea for a new feature create an issue in the repo. Please have a look and see if a similar issue is already created before submitting.

Contribution

If you like the this module and want to contribute you are very much welcome to do so. Please read our Contribution Guide before you start! ❤

We try to maintain high test coverage, and encourage TDD using Pester. We will gladly help out if you need help getting started with it.

Maintainers

This project is currently maintained by the following coders:

About

Functions for managing Azure DevOps

License:MIT License


Languages

Language:PowerShell 100.0%