Script to create GitHub Codespace out of any Azure DevOps repo.
- Create a Codespace from this repo.
- Get a PAT in ADO (link), at least
code:read&write
andpackaging:read
scopes expected on the PAT. - Run the
./init
script and follow instructions.
- Feedback appreciated, create issues on this repo if anything 🤗