init_add_tooling
Add development tooling to a project by specifying the project name and programming language. Select linting, formatting, and testing tools such as ESLint, Prettier, Jest, or Husky to set up a complete workflow.
Instructions
Add development tooling to a project (linting, formatting, testing)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tools | No | Tools to add (e.g. eslint, prettier, jest, husky) | |
| api_key | No | API key for authentication | |
| language | Yes | Programming language | |
| project_name | Yes | Name of the project |