service_generate_boilerplate
Generate microservice boilerplate code with a standard project structure. Specify service name, language, framework, and features to scaffold a ready-to-use codebase.
Instructions
Generate microservice boilerplate code with standard project structure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| features | No | Features to include (e.g. auth, database, queue) | |
| language | Yes | Programming language (e.g. typescript, go, python, rust) | |
| framework | No | Framework to use (e.g. express, fastify, gin, fastapi) | |
| service_name | Yes | Name of the microservice |