the-script-jsdoc

JSDOC script for the-project


Keywords
the, script, doc, js
License
MIT
Install
npm install the-script-jsdoc@2.0.4

Documentation

the-script-jsdoc

Build Status npm Version JS Standard

JSDOC script for the-project

Installation

$ npm install the-script-jsdoc --save

Usage

'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.

Links