scmt
v1.1.1
Published
Schema Manager Tool
Downloads
11
Readme
scmt
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.