thlorenz / wicked

Generates github wiki compatible API documentation from your project's jsdocs and adds them to your wiki.
https://github.com/thlorenz/wicked
MIT License
51 stars 10 forks source link

Does this only work with github? #14

Open KevinDennyII opened 8 years ago

KevinDennyII commented 8 years ago

This look to be like an awesome tool! We are using something other than github, gitlab so when I followed the instruction then ran wicked, i received the following: $ wicked ERR! wicked no github remote found

So I am wondering is this constrained to only integrate with github?

Thanks!

Freyert commented 8 years ago

Getting the same error when using a non public github.

zerosurfer commented 8 years ago

Same issue when you using non public github. Am guessing the issue is in this line clone-wiki.js

Can you make the host dynamic , that way you can support private repos as well.

zacharyabresch commented 7 years ago

👍

ghost commented 7 years ago

Actually, the fix is in included module /usr/local/lib/node_modules/wicked/node_modules/resolve-git-remote/index.js It has a regex that only checks for github repos. I modified it and it worked.

MTRNord commented 7 years ago

Any progress?