Jeff Williams 0fa28300b2 refactor: reorganize @jsdoc/core
Also creates a new package, `@jsdoc/cli`.

BREAKING CHANGE: Methods in `@jsdoc/core` moved around.
2019-12-08 18:30:58 -08:00

12 lines
126 B
Markdown

# @jsdoc/cli
Command-line tool for JSDoc.
## Installing the package
Using npm:
```shell
npm install --save @jsdoc/cli
```