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 ofworkspaceFolderfrom devcontainer spec)- feel free to define any other settings inside the file
 
- Create a Codespace and run 
./initin the terminal. - Follow interactive script to specify your ADO 
usernameandPAT. 
- Feedback appreciated, create issues on this repo if anything 🤗