The Code Migration Example Module provides an example module is a Magento 1 module that you can use as in input for the Code Migration Toolkit
You can use it to test conversion of Magento 1 to Magento 2 code and see results as part of the tool by running it's step by step command lines or just use it to compare the results it provides as they are also provided in this repository
Use the diff tool diff to compare changes in code in different stages of the code conversion, you can also use a UI version of the diff tool to have a better visualisation of the changes.
M1 Module Original
- contains the original Magento 1 module
M2 Module Converted with Tool
- contains the code after it was converted by the tool
M2 Module Final working version
- contains the modified working for of the Magento 2 module with source taken from converted code
-
PHP 5.6.x
-
Composer dependency management software
Note that you need to use this with Code Migration Toolkit in order to get better experience of these files