Is there any helpful links or guide to migrating Magento 1.9.2 modules/extensions to the new version (i.e. 2.x)?
Any automated solution or instructions set would be helpful.
Would be helpful to make compatibility with Magento 2.0.
Is there any helpful links or guide to migrating Magento 1.9.2 modules/extensions to the new version (i.e. 2.x)?
Any automated solution or instructions set would be helpful.
Would be helpful to make compatibility with Magento 2.0.
You can check this, There is the official code migration tool which can help the developers to migrate their extensions and design themes: https://github.com/magento/code-migration. I haven't tried yet... but this should help you to start.
Custom code used by your Magento 1 store is compatible with Magento 2 in most cases. The code will require either rewriting or migrating.
Magento offers code migration tools that can help with this process. Note that due to platform differences, the migration output requires additional work to make sure it can be successfully installed in a Magento 2 store.
Learn more about the Code Migration Toolkit.
Optional
Compared to Magento 1, Magento 2 can bring about better design, functionality, and user experience; that's the reason why most of Magento store owners are planning for their upgrade now. In the Magento migration process, we will have to migrate theme, code, data, and extensions. In this post, I will give you some facts and useful advice to migrate extensions from Magento 1 to 2.