node-webcrypto-ossl
node-webcrypto-ossl copied to clipboard
Add documentation generation to package.info
We can add generation of derived documentation via tsdoc/typedoc or similar then apply fork of docdash: https://github.com/clenemt/docdash
"script": { "generate-docs": "node_modules/.bin/jsdoc -c jsdoc.json" } This way we can have standalone documentation showing how to use the library.
Presumably, you want to use typedoc or tsdoc, not jsdoc? I don't know if the docdash theme will work with the output of either of those.
I was a bit over zealous with copy and paste, the goal is to have generated documents.
If the Docdash theme will not work we have some guys we can make one that is visually similar that will work with typedoc/tsdoc.
Do you have experience with either?
No. They both look... early.
Agreed, was hoping you might be able to provide assurance it was OK :)