criticalmanufacturing / cli

Critical Manufacturing Projects Command Line Tool
https://criticalmanufacturing.github.io/cli/
BSD 3-Clause "New" or "Revised" License
12 stars 28 forks source link

fix(init): derive repository name from valid repository url #203

Closed m-s- closed 2 years ago

m-s- commented 2 years ago

As a convention, we assumed the repository url is the same as the project name. However, for multi-repo projects this may not be true. As such, if the repository url is a valid Azure DevOps repository, we can and should extract the repository name from there.

fixes #160