Skip to content

JasonWhall/azure-devops-advanced-repository-creation

Repository files navigation

Azure DevOps Advanced Repository Creation

Logo

Node CI

An Azure DevOps Extension to Create a Repository with supplemental groups for maintainers and external collaborators.

Example

Getting Started

Before we can build the extension we need to install it's dependencies using the command below:

npm install

We can then run the extension in development mode by running:

npm run dev

This will start a webpack dev server so you can work with the Panel component locally. You can do this by visiting https://localhost:3000/dist/Panel/Panel.html

Publishing

Development

Production