Visual Studio Code Extension: CRUD Module Generator
This Visual Studio Code extension automates the creation of CRUD (Create, Read, Update, Delete) modules and functions within a project. It provides commands to streamline the process of generating boilerplate code for new modules and functions.
Features
Generate CRUD Function: Quickly create a new function with all necessary files and directories.
Generate CRUD Module: Create a complete CRUD module with all required components.
Generate Frontend Module: Create a new frontend module with all necessary files and directories.
Commands
ft-crud-function
This command generates a new function within a specified module. It creates the necessary files and directories based on predefined templates.
Usage
Open the Command Palette (Cmd+Shift+P on macOS or Ctrl+Shift+P on Windows/Linux).
Type ft-crud-function and select the command.
Enter the module name when prompted.
Enter the function name when prompted.
The extension will create the following files within the specified module: