Giter Site home page Giter Site logo

composer-diff's Introduction

composer-diff

composer-diff performs a git diff command on your project.

Unlike git diff, however, it will also return differences in any packages marked in your composer.lock file

Installation

A good way to install CLI tools from composer is 'composer global require':

composer global require sminnee/composer-diff

Then, if you haven't already, add ~/.composer/vendor/bin to your shell path.

The binary will be installed to ~/.composer/vendor/bin/composer-diff.

Usage

You can see the changes themselves this way:

composer-diff diff sha-from [sha-to]
  • sha-from is the SHA of your project to use as the starting point
  • sha-to is the SHA of your project to use as the end point. If ommitted, the current check-out of code is used

If you wish to see the log messages instead of the changes, use this command:

composer-diff log sha-from [sha-to]

Limitations

  • Doesn't work if a package isn't checked out in your project as a git repo
  • Output not the best

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.