Last active
April 1, 2021 13:38
-
-
Save hugolpz/7c77632adab1434955e9b6b4b4c18b92 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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