srwiez/whatsdiff

See what's changed in your project's dependencies

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

v1.1.0 2024-09-19 18:06 UTC

This package is auto-updated.

Last update: 2024-09-20 16:36:24 UTC


README

GitHub release (with filter) Packagist PHP Version Packagist License (custom server) GitHub Workflow Status (with event)

CLI Tool to see what's changed in your project's dependencies

🚀 Installation

Via Composer global require command

composer global require srwiez/whatsdiff

By downloading binaries on the latest release, currently only these binaries are compiled on the CI:

  • macOS x86_64
  • macOS arm64
  • linux x86_64
  • linux arm64
  • windows x64

📚 Usage

Go on your project root directory after a composer update and just ask:

whatsdiff

📋 Roadmap

Pull requests are welcome! Here are some ideas to get you started:

  • Analyse composer.lock
  • Find releases through packagist.com
  • Retrieve changelog with Github API
  • Make a nice TUI
  • Analyse package-json.lock / yarn.lock (javascript)
  • Analyse gradle dependencies (android)
  • Analyse cocoapods dependencies (iOS)
  • Analyse pip dependencies (python)
  • Analyse gem dependencies (ruby)
  • Analyse cargo dependencies (rust)
  • Analyse go.mod dependencies (go)
  • Publish on Homebrew

🔧 Contributing

This project follows PSR coding style. You can use composer pint to apply.

All tests are executed with pest. Use composer pest

It's recommended to execute composer qa before commiting (alias for executing Pint and Pest)

Testing

This project use Pest for testing.

composer test

Build from sources

This project use box, php-static-cli and php-micro. A build script has been created to build the project. (tested only on macOS x86_64)

composer build

Then you can build the binary that you can retrieve in build/bin/

👥 Credits

whatsdiff was created by Eser DENIZ.

📝 License

whatsdiff PHP is licensed under the MIT License. See LICENSE for more information.