dev-cli icon indicating copy to clipboard operation
dev-cli copied to clipboard

How to customize readme for enterprise github?

Open ktalebian opened this issue 5 years ago • 1 comments

The readme generated has the See code ... but it links to a public github. I'm hosting this on an enterprise GitHub so I need to update the URL. Can this be done?

ktalebian avatar Sep 15 '20 00:09 ktalebian

You can set the repositoryPrefix in your oclif config in package.json: https://github.com/oclif/dev-cli/blob/7337a2997e6cb2aca8387cbe0c7ae548a39049cb/src/commands/readme.ts#L183

RasPhilCo avatar Dec 18 '20 01:12 RasPhilCo