Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chemzqm/component-compare
- Owner: chemzqm
- Created: 2014-04-15T16:09:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-31T09:41:27.000Z (over 10 years ago)
- Last Synced: 2024-10-29T12:39:39.408Z (about 2 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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