1.1.4 • Published 3 years ago

exegesis-plugin-clientapi v1.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

exegesis-plugin-clientapi

Run Status Coverage Badge npm.io npm.io npm.io

Description

Adds exegesis support for generating client API code

Installation

npm install exegesis-plugin-clientapi

Example

Add this to your Exegesis options:

const exegesisClientAPIPlugin = require( 'exegesis-plugin-clientapi' );

options = {
    plugins: [
        exegesisClientAPIPlugin()
    ]
};

By default the API will be generated as an ES6 module.

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago