Description
It would be great to be able to change the format of the source
generated in the wiki to use the typical SSH format.
eg: git@github.com:techpivot/terraform-module-releaser.git
rather than git::https://github.com/techpivot/terraform-module-releaser.git
I am about to submit a PR that adds a quick and dirty implementation, just to give an idea. I am not a TypeScript guy or overly familiar with the codebase so this isn't meant to be an all encompassing thing, but hopefully a good place to start if you agree with this issue.
PR: #137