Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpb587/diff-defn.php
https://github.com/dpb587/diff-defn.php
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dpb587/diff-defn.php
- Owner: dpb587
- License: mit
- Created: 2012-07-01T04:56:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-07T17:35:43.000Z (almost 12 years ago)
- Last Synced: 2024-10-30T18:13:34.460Z (about 2 months ago)
- Language: PHP
- Size: 195 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dpb587/diff-defn.php
====================Version control systems provide great insight into files and lines that change over time. Oftentimes, the more important
piece is how application definitions change (e.g. classes, interfaces, and functions) - especially when libraries are
used as third-party dependencies.I wrote a post describing a bit of how it works at [dpb587.me](http://dpb587.me/blog/2013/03/07/comparing-php-application-definitions.html).
Setup
-----$ git clone git://github.com/dpb587/opengrok-cli.git opengrok-cli && cd !$
$ composer.phar installUsage
-----./bin/diff-defn.php diff:show --exclude='/Tests/' git://github.com/symfony/Console.git v2.0.22 v2.2.0
License
-------[MIT License](./LICENSE)