zeke / package-json-to-readme

Generate README.md from package.json contents
npm.im/package-json-to-readme
385 stars 51 forks source link

Optionally include version of dependencies in output #21

Closed json2d closed 7 years ago

json2d commented 7 years ago

Hey cool project, very useful for getting a quick boilerplate README up with some useful information. Would be nice to have version information on dependencies as well.

dawsbot commented 7 years ago

@bitstrider Can you spec this out more? When would you want your dependency information included in the readme of a project? Sounds like you're describing the functionality of the npmhub Chrome Extension.

zeke commented 7 years ago

We tried adding version numbers to npmhub, but eventually removed them because they don't add much value. If people want to see detailed version info about dependencies, package.json is not far away.

json2d commented 7 years ago

@dawsbot I was thinking in general it would be good to have the versions, but @zeke makes a good point