Apisculptify Extension
This VS Code extension integrates the Apisculptify tool into the editor, making it easier to initialize new projects and generate REST APIs.
Features
- Initialize a new project:
Apisculptor: Initialize New Project
- Generate REST APIs:
Apisculptor: Generate REST API
Commands
Apisculptor: Initialize New Project — Runs the apisculptify new command to scaffold a new project.
Apisculptor: Generate REST API — Runs the apisculptify generate:api command to create a REST API.
Usage
Make sure apisculptify is installed globally:
npm install -g apisculptify
Use the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on Mac) to run the commands.
| |