@involves/maestro-lib
v1.0.44
Published
[![Build status](https://badge.buildkite.com/e0382ca046ea6342cf78a44e2dbfe7de4a53996b34dc11fef7.svg)](https://buildkite.com/involves/nodejs-lib-maestro) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=involvestecnologia_ma
Downloads
142
Readme
@involves/maestro-lib
Install
npm install @involves/maestro-lib --save
Example usage
Using Maestro in Node.js:
const { MaestroService } = require('@involves/maestro-lib')
async function run() {
const schema = await MaestroService.getSchema({ tenant: 'retail' })
}
run()
How to run the tests
At the terminal, just type the command:
make test