Init command should attempt to detect the repository URL
minkimcello opened this issue · 2 comments
minkimcello commented
Can we do something like:
if package.json at root of project && package.json.repository.url
gitSiteUrl.suggestionForInitCommand === package.json.repository.url
I'm not sure if other programming languages use package.json
but I don't think this would conflict with other languages. And it would make things more convenient for javascript projects.
jbolda commented
Yea, this would be a great addition!