jbolda/covector

Init command should attempt to detect the repository URL

minkimcello opened this issue · 2 comments

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.

Yea, this would be a great addition!

Closed by #241.