get_readme_from_npm
Get the README and usage examples for any npm package by providing its name and version. Optionally include code examples.
Instructions
Get package README and usage examples from npm registry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | The name of the npm package | |
| version | No | The version of the package | latest |
| include_examples | No | Whether to include usage examples |