1.2.3 • Published 4 years ago

exegesis-plugin-jsonschema v1.2.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 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

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago