0.3.0 • Published 8 years ago

mson-to-schemas v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

mson-to-schemas

Build Status

This is a package made to accept the path to an APIB files containing data structures, and convert those to a folder of JSON schemas.

Installation

$ npm install mson-to-schemas

Usage

$ mson2schemas path/to/file.apib output-folder [--only some-structure,some-other-structure]

Testing

$ npm test
$ npm run lint