1.2.3 • Published 3 years ago

exegesis-plugin-jsonschema v1.2.3

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

exegesis-plugin-jsonschema

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

Description

An exegesis plugin to generate CRUD operations based on JSON schema definition.

Installation

npm install exegesis-plugin-jsonschema

Example

Add this to your Exegesis options:

const exegesisJSONSchemaPlugin = require( 'exegesis-plugin-jsonschema' );

var jsonShemaPlugin = exegesisJSONSchemaPlugin({});
await jsonSchemaPlugin.addSchema( path.resolve( __dirname, './model/root.json' ) );

options = {
    plugins: [
        jsonSchemaPlugin
    ]
};
1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.4

3 years ago

1.1.3

4 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago