mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
`@jsdoc/cli` deals with command-line arguments, and `@jsdoc/util` casts values to appropriate types.
12 lines
150 B
Markdown
12 lines
150 B
Markdown
# @jsdoc/cli
|
|
|
|
The code that powers JSDoc's command-line interface.
|
|
|
|
## Installing the package
|
|
|
|
Using npm:
|
|
|
|
```shell
|
|
npm install --save @jsdoc/cli
|
|
```
|