linter-api-blueprint

Lint API Blueprint files using Protagonist

zdne

4,348

9

0.4.0

MIT

GitHub

This package provides the following services:

linter-api-blueprint

Circle CI

Atom Linter for API Blueprint

This linter plugin for Linter provides interface to API Blueprint parser (Protagonist).

Usage

Files with the .apib extension are validated on the flight.

To access raw parser result use the ctrl+option+p commands shortcut. See Refract Parse Result Namespace for description of the output.

Installation

apm install linter-api-blueprint

This plugin requires Linter and API Blueprint Grammar for Atom installed.

apm install linter
apm install language-api-blueprint

Note: The installation may take some time as it includes building of the API Blueprint parser from its sources.

Contribution

Much needed. Fork & pull request.