AEM Component Generator is a java project that enables developers to generate the base structure of an AEM component using a JSON configuration file specifying component and dialog properties and other configuration options.
Apache License 2.0
113
stars
46
forks
source link
Component Generator 2.0 - w/ Web user interface #47
Description
Updated the component generator with the addition of a web user interface that runs on an embedded java webserver
Features a React based SPA web app, with a backend API that dynamically builds out the code and configurations for AEM components
The backend generates a component configuration JSON structure that the backend then utilizes to build out the code structure.
Executes the code/folder structure build-out on demand from the web UI.
Will still operate as a command-line only utility maintaining existing functionality.
Motivation and Context
This is a general usability improvement to this tool.
Screenshots (if appropriate):
Types of changes
Checklist: