scmt

Schema Manager Tool


License
MIT
Install
npm install scmt@1.0.1

Documentation

scmt

experimental npm version Build Status Coveralls

About

This is a simple 'Schema Manager Tool' to do conversion among several formats, and help to create schemas.

Installation

Run the install command:

npm install scmt -g

Check if scmt is properly installed:

$ scmt -h

Usage: scmt [options] [command]

Commands:

    json2schema [options] <input> Generate from the "input" JSON file a JSON schema
    json2yaml [options] <input> Convert the "input" JSON file to YAML format
    yaml2json [options] <input> Convert the "input" YAML file to JSON format
    validate [options] <input> <schema> Validate the"input" JSON file with the "schema" JSON schema

Options:

    -h, --help     output usage information

Get Help

This project was generated by the kickoff utility.