local_dev_from_github
Set up a local development environment from any GitHub repository. Clone the repo, configure dependencies, and execute tests or analyze coverage using supported frameworks like Python, Node, and Bun.
Instructions
Create a new local development environment from a GitHub repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
github_url | Yes | GitHub repository URL |
Input Schema (JSON Schema)
{
"properties": {
"github_url": {
"description": "GitHub repository URL",
"type": "string"
}
},
"required": [
"github_url"
],
"type": "object"
}