@basementuniverse/docblock-cli
v1.0.0
Published
Parse docblock-style comments into JSON on the command line
Downloads
1
Readme
DocBlock CLI
Parse docblock-style comments into JSON on the command line.
Uses DocBlock internally (https://www.npmjs.com/package/docblock). docblock-cli
is just a CLI wrapper around this library.
Install
npm install @basementuniverse/docblock-cli
Usage
docblock-cli -f myFile.js -f anotherFile.js
This will echo JSON output into your console.