xperiments / TSDoc

A JSDoc3 base themed generator generator for use with Typescript Projects, uses a highly modified version Docstrap JsDoc3 Template.
MIT License
48 stars 12 forks source link

Make 'jsdoc' a peer dependancy. #9

Open wotsyula opened 8 years ago

wotsyula commented 8 years ago

Really cool project.. I look forward to seeing it completed. I'd like to request that jsdoc be added as a peer dependency and not a dependency so this tool will work with whatever version of jsdoc I am currently using instead of duplicating jsdoc. Unless there is a good reason to do so you should give everyone the option of using their own version of jsdoc.

NPM Peer Dependancies: https://nodejs.org/en/blog/npm/peer-dependencies/

robertmain commented 6 years ago

I'd like to add to this to say that the project would be easier to handle on CI servers if I didn't have to globally install jsdoc