shmurakami/api-doc-generator

generate swagger yaml/json or doc comment for apidocjs from API response json

Maintainers

Package info

github.com/shmurakami/api-doc-generator

pkg:composer/shmurakami/api-doc-generator

Statistics

Installs: 147

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

0.2.2 2017-10-26 10:27 UTC

This package is not auto-updated.

Last update: 2026-03-15 11:13:51 UTC


README

Build Status

Generate Swagger Yaml/JSON file from response of API

Usage

./vendor/bin/parse [option]

Usage: php parse.php

-i Input file path to parse.
-f Output format. pass yaml or json. otherwise ignored.
-o File path to output. If not passed output to STDOUT
-h Show this message