Skip to content

A tool to create commit messages for changes in a composer.lock file

License

Notifications You must be signed in to change notification settings

Lfd4/composer-diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

composer-diff

A tool to create commit messages for changes in a composer.lock file.

Installing

Install from npm (as root):

# npm install -g composer-diff

Usage

Autofill the commit message:

$ composer-diff | git commit -F-

or as a commit template:

$ git commit -t- <(composer-diff)

About

A tool to create commit messages for changes in a composer.lock file

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published