make_generate
Turns a project type and name into a Makefile with standard build, test, lint, and clean targets. Supports Node, Python, Go, Rust, C, C++, and Docker with optional Docker targets.
Instructions
Generate a Makefile with standard targets for build, test, lint, and clean
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name | |
| api_key | No | API key for authentication | |
| project_type | Yes | Project type | |
| include_docker | No | Include Docker build targets |