Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 581 Bytes

File metadata and controls

46 lines (29 loc) · 581 Bytes

Open Mobile Alliance

JSON schemas description from LwM2M Open Mobile Alliance


Installation

With npm :

$ npm install oma-json --save

Via script tag :

<script src="https://unpkg.com/oma-json"> </script

Linting

With ESLint

$ npm run lint

Test

$ npm run test

Generate Open API from OMA models

$ npm run generate:openapi

Generate Typescript interfaces from Open API schemas

$ npm run generate:interfaces