Skip to content

Instantly share code, notes, and snippets.

@hugolpz
Last active April 1, 2021 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugolpz/7c77632adab1434955e9b6b4b4c18b92 to your computer and use it in GitHub Desktop.
Save hugolpz/7c77632adab1434955e9b6b4b4c18b92 to your computer and use it in GitHub Desktop.
npm install --save-dev jsdoc@latest # install jsdoc
npm install --save-dev docdash@latest # install theme
# Runs JSdoc, creates documentation website:
# Manual: https://jsdoc.app/about-commandline.html
jsdoc ./js/index.js --template node_modules/docdash --readme README.md --destination docs --configure conf.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment