kerrialn/migrator

There is no license information available for the latest version (dev-main) of this package.

dev-main 2025-02-27 08:34 UTC

This package is auto-updated.

Last update: 2025-02-27 08:35:42 UTC


README

Migrator is a command-line tool designed to help you analyze the complexity of upgrading or migrating your project. It checks your codebase to assess the effort required for an upgrade or migration, highlighting potential challenges, dependencies, and necessary changes.

How to install

composer require kerrialn/migrator

How to run

` vendor/bin/migrator analyse <root-path-of-project>`