the-script-jsdoc
JSDOC script for the-project
Installation
$ npm install the-script-jsdoc --saveUsage
'use strict'
const jsdoc = require('the-script-jsdoc')
async function tryExample () {
await jsdoc('my_project_dir')
}
tryExample().catch(console.error)
License
This software is released under the MIT License.