Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CRUD API GeneratorNew to Visual Studio Code? Get it now.
CRUD API Generator

CRUD API Generator

NaveenrajVikraman

|
4 installs
| (0) | Free
A VS Code extension that simplifies service creation by automatically generating default CRUD API methods, saving time and reducing boilerplate code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CRUD API Generator

CRUD API Generator is a Visual Studio Code extension that helps developers quickly generate Angular service files with default CRUD (Create, Read, Update, Delete) API methods.

This extension reduces boilerplate code and improves productivity when working with Angular applications.


✨ Features

  • Generate Angular service files automatically
  • Includes default CRUD API methods
  • Works via:
    • Right-click on a folder
    • Command Palette
  • Creates the service file in the selected folder
  • Clean and simple service structure

🚀 How to Use

Method 1: Right Click (Recommended)

  1. Open your Angular project in VS Code
  2. Right-click on any folder where you want the service
  3. Click Generate Angular Service
  4. Enter the service name (e.g., User)
  5. Service file is created in the selected folder

Method 2: Command Palette

  1. Open a file inside the target folder
  2. Press Ctrl + Shift + P
  3. Run Generate Angular Service
  4. Enter the service name
  5. Service file is created in that folder

📂 Generated File Example

For service name User:

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft