Adobe Commerce Module Generator This extension helps you quickly generate Magento 2 (Adobe Commerce) modules within VS Code, streamlining the development process. Installation From the VS Code Marketplace Open VS Code. Go to Extensions (Ctrl+Shift+X or Cmd+Shift+X on macOS). Search for "Adobe Commerce Module Generator". Click Install. Manual Installation If installing manually from a .vsix file: Download the .vsix file from the Releases page. Open VS Code. Go to Extensions → Click "..." → Select Install from VSIX.... Choose the downloaded .vsix file. Installing from Source Clone this repository: sh Copy Edit git clone https://github.com/RoopeshCheruvathur/adobe-commerce-module-gen.git cd adobe-commerce-module-gen Install dependencies: npm install Package and install: vsce package Install the .vsix file as shown in Manual Installation. Usage Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P on macOS). Search for "Generate Magento Module". Follow the prompts to create your module. Requirements VS Code (latest version recommended) Node.js 18+ Magento 2 Development Environment Known Issues No known issues at the moment. Report any bugs here. Release Notes 1.0.0 Initial release with basic Magento 2 module generation. Enjoy coding! 🚀 |