0.2.0 • Published 8 years ago

bravado-client-generator v0.2.0

Weekly downloads
6
License
-
Repository
-
Last release
8 years ago

Bravado API Client Generator

Generates a client modules for easily interacting with Bravado based APIs.

Installation

To install the module via NPM:

$ npm install -g bravado-client-generator

Usage

Usage: bravado-client-generator [options]

  Options:

    -h, --help               output usage information
    -u, --url <url>          URL to fetch API spec from
    -r, --root <url>         URL for root of generated code urls
    -v, --version [version]  Version of the API [*]
    -l, --lang [lang]        Language of generated client [js]
    -o, --output <dir>       Output directory [cwd]
    -d, --debug              Output debug information