@basementuniverse/docblock-cli
v1.0.0
Published
Parse docblock-style comments into JSON on the command line
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-cliUsage
docblock-cli -f myFile.js -f anotherFile.jsThis will echo JSON output into your console.
