Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kevoree/kevoree-compare
- Owner: kevoree
- License: lgpl-3.0
- Created: 2014-10-10T09:15:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-10T10:05:01.000Z (over 10 years ago)
- Last Synced: 2024-04-10T22:30:17.719Z (10 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```