Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybertk/csonschema-cli
https://github.com/cybertk/csonschema-cli
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cybertk/csonschema-cli
- Owner: cybertk
- License: mit
- Created: 2014-09-30T13:36:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-04T02:47:39.000Z (about 10 years ago)
- Last Synced: 2024-11-09T09:24:24.341Z (about 2 months ago)
- Language: CoffeeScript
- Size: 141 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## csonschema-cli
> The [csonschema][] command line interface
[![Build Status](http://img.shields.io/travis/cybertk/csonschema-cli.svg)](https://travis-ci.org/cybertk/csonschema-cli)
[![Dependency Status](https://david-dm.org/cybertk/csonschema-cli.svg)](https://david-dm.org/cybertk/csonschema-cli)
[![devDependency Status](https://david-dm.org/cybertk/csonschema-cli/dev-status.svg)](https://david-dm.org/cybertk/csonschema-cli#info=devDependencies)
[![Status](https://img.shields.io/coveralls/cybertk/csonschema-cli.svg)](https://coveralls.io/r/cybertk/csonschema-cli)## Installation
[Node.js][] and [NPM][] is required.
$ npm install -g csonschema-cli
[Node.js]: https://npmjs.org/
[NPM]: https://npmjs.org/## Examples
$ csonschema path/to/cson.schema
## Usage
Usage:
csonschema [OPTIONS]Example:
csonschema foo.schemaOptions:
--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!
[csonschema]: http://github.com/cybertk/csonschema
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/cybertk/csonschema-cli/trend.png)](https://bitdeli.com/free "Bitdeli Badge")