Script to create GitHub Codespace out of any Azure DevOps repo.
- Create a repo from this template, change the environment variables in the
devcontainer.json
:
$ADO_REPO_URL
- ADO repo URL to create the codespace with$ADO_REPO_DEFAULT_PATH
- the default workspace folder for the Codespace (analog ofworkspaceFolder
from devcontainer spec)- feel free to define any other settings inside the file
- Create a Codespace and run
./init
in the terminal. - Follow interactive script to specify your ADO
username
andPAT
.
- Feedback appreciated, create issues on this repo if anything 🤗