Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epomatti/create-azuredevops-board
Script to create Azure DevOps team + board
https://github.com/epomatti/create-azuredevops-board
ado api azure-devops
Last synced: 23 days ago
JSON representation
Script to create Azure DevOps team + board
- Host: GitHub
- URL: https://github.com/epomatti/create-azuredevops-board
- Owner: epomatti
- License: mit
- Created: 2021-05-28T03:24:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T02:27:27.000Z (almost 3 years ago)
- Last Synced: 2024-11-17T00:23:46.823Z (3 months ago)
- Topics: ado, api, azure-devops
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ado-board-creator
Script to create Azure DevOps team
```
python3 -m venv env
. env/bin/activate
pip install -r requirements.txt
```Config the project:
```sh
# Enter the required values
cp example.env .env
```Run it:
```sh
python3 src/main.py
```