Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chemzqm/component-compare

compare two versions of a component local or browser
https://github.com/chemzqm/component-compare

Last synced: about 1 month ago
JSON representation

compare two versions of a component local or browser

Awesome Lists containing this project

README

        

# Component-compare

Get the diff of two versions of component from command line.

By default, it checks duplicates component and prompt you to select two version for comparison.

Need `colordiff` installed to show the diff in command line, on MacOS you can do

brew install colordiff

With `-b` (aka browser) option you can also get the diff infomation shown on github, the tags are retrived remotely.

It **must** be runned under component project which contains file `component.json`.

## Usage

component compare [-b] [repo]

## License

MIT