cybertk / csonschema-cli

MIT License
0 stars 0 forks source link

csonschema-cli

The csonschema command line interface

Build Status Dependency Status devDependency Status Status

Installation

Node.js and NPM is required.

$ npm install -g csonschema-cli

Examples

$ csonschema path/to/cson.schema

Usage

Usage:
csonschema <path to csonschema> [OPTIONS]

Example:
csonschema foo.schema

Options:
--types, -t    Global types
--help, -h     Show usage information.

--version, -v  Show version number.

Contribution

Run Tests

$ npm test

Any contribution is more than welcome!

Bitdeli Badge