Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevoree/kevoree-compare

node.js command-line app to use KMF Compare commands on Kevoree models
https://github.com/kevoree/kevoree-compare

Last synced: about 2 months ago
JSON representation

node.js command-line app to use KMF Compare commands on Kevoree models

Awesome Lists containing this project

README

        

kevoree-compare
===============

node.js command-line app to use KMF Compare commands on Kevoree models

## Installation

```sh
npm i -g kevoree-compare
```

## Usage

```sh
kevoree-compare merge /tmp/modelA.json /tmp/modelB.json
```

`merge` is a command. You can do **merge**, **diff** and **inter**

## Help

```
Usage: kevoree-compare [options]

Commands:

merge
Output a model which is the merge of modelA and B

inter
Output a model which is the intersection between modelA and B

diff
Output a model which is the difference between modelA and B

Options:

-h, --help output usage information
-V, --version output the version number
```