Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/basementuniverse/docblock-cli

Parse docblock-style comments into JSON on the command line
https://github.com/basementuniverse/docblock-cli

Last synced: 23 days ago
JSON representation

Parse docblock-style comments into JSON on the command line

Awesome Lists containing this project

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

```bash
npm install @basementuniverse/docblock-cli
```

## Usage

```bash
docblock-cli -f myFile.js -f anotherFile.js
```

This will echo JSON output into your console.