generate_quick_start
Generate ready-to-use code examples and installation instructions for any npm package. Specify version and framework, or auto-detect, to get quick start guides.
Instructions
Generate ready-to-use code examples and installation instructions. Use this when users ask "how do I use X?" or "show me example code for Y" or want to quickly start using a package. Provides install commands, basic usage, and framework-specific examples.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Specific version (optional) | |
| framework | No | Target framework (auto-detect if not specified) | |
| packageName | Yes | Name of the package |