Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

Unified Experience for Code Refactoring Tools | AEM Community Discussion

Avatar

Administrator

BlogImage.jpg

Unified Experience for Code Refactoring Tools by Adobe Docs

Abstract

We have developed tools to automate some of the code refactoring tasks required to be compatible with AEM as a Cloud Service. To reduce the complexity associated with installation and setup of different code refactoring tools, we have developed a plugin to unify tools that operate on code and repositories.
Benefits

The Unified Experience plugin provides the following benefits:
1. Unifies tools that work on source code into one node.js application exposed as aio-cli plugin to provide a consistent user experience to the user.
2. Provides ability to execute all tools via a single command, while also providing the flexibility to execute specific tools as needed.
3. Provides extensibility to simplify addition of new tools, while keeping the experience consistent.

Understanding the Plugin
The aio-cli-plugin-aem-cloud-service-migration plugin consists of two main parts:
1. User Interface
---->aio-cli commands to execute one or more code refactoring tools (via chaining the tools to be executed sequentially).
---->config.yaml which takes in the required input parameters.

2. Underlying Code Refactoring Tool Suite
The code refactoring tools execute their functionalities by:
---->Scanning the respective section of customer's code and manipulating the code (based on code implementation for best practices) to produce the output which can then be validated and deployed.
---->Producing a summary report to record the operations performed during execution.

Read Full Blog

Unified Experience for Code Refactoring Tools

Q&A

Please use this thread to ask the related questions.



Kautuk Sahni
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

0 Replies