Generate documentation for npm packages or libraries
Create comprehensive package documentation for:
**Package Name:** {{PACKAGE_NAME}}
**Version:** {{VERSION}}
**Language/Runtime:** {{LANGUAGE}}
**Package Manager:** {{PACKAGE_MANAGER}} (npm, pip, cargo, etc.)
**Package Purpose:**
{{PURPOSE}}
**Main Exports/API:**
{{API_OVERVIEW}}
Generate complete package documentation:
# {{PACKAGE_NAME}}
[](link)
[](link)
> {{SHORT_DESCRIPTION}}
## Features
- Feature 1
- Feature 2
- Feature 3
## Installation
```bash
npm install {{PACKAGE_NAME}}
# or
yarn add {{PACKAGE_NAME}}
```
## Quick Start
```javascript
import { something } from '{{PACKAGE_NAME}}';
// Basic usage example
```
## API Reference
### function/class name
Description
**Parameters:**
| Name | Type | Default | Description |
|------|------|---------|-------------|
**Returns:** Type - Description
**Example:**
```javascript
// Usage example
```
[Repeat for all exports]
## Configuration
Available configuration options
## Advanced Usage
Complex use cases and patterns
## TypeScript Support
Type definitions information
## Browser Support
Compatibility information
## Migration Guide
For major version upgrades
## FAQ
## Contributing
Link to CONTRIBUTING.md
## License
{{LICENSE}}Or press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{PACKAGE_NAME][{VERSION][{LANGUAGE][{PACKAGE_MANAGER][{PURPOSE][{API_OVERVIEW][{SHORT_DESCRIPTION]{ something }[{LICENSE]