scmt

1.1.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i scmt

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

863 kB

Total Files

54

Last publish

Collaborators

  • tombenke