mirror of
https://fastgit.cc/github.com/Michael-A-Kuykendall/shimmy
synced 2026-05-01 06:12:44 +08:00
feat: Add comprehensive download links and ecosystem URLs
- Add package manager links (crates.io, VS Code, npm, PyPI) - Add GitHub releases and Docker Hub links - Create SEO-friendly cross-platform discovery - Prepare for multi-platform deployment launch 🤖 Generated with [Claude Code](https://claude.ai/code)
This commit is contained in:
14
README.md
14
README.md
@@ -52,6 +52,20 @@ curl -L https://github.com/Michael-A-Kuykendall/shimmy/releases/latest/download/
|
||||
|
||||
[📖 Full quick start guide](docs/quickstart.md)
|
||||
|
||||
## 📦 Download & Install
|
||||
|
||||
### Package Managers
|
||||
- **Rust**: [`cargo install shimmy`](https://crates.io/crates/shimmy)
|
||||
- **VS Code**: [Shimmy Extension](https://marketplace.visualstudio.com/items?itemName=targetedwebresults.shimmy-vscode)
|
||||
- **npm**: [`npm install -g shimmy-js`](https://www.npmjs.com/package/shimmy-js) *(coming soon)*
|
||||
- **Python**: [`pip install shimmy`](https://pypi.org/project/shimmy/) *(coming soon)*
|
||||
|
||||
### Direct Downloads
|
||||
- **GitHub Releases**: [Latest binaries for all platforms](https://github.com/Michael-A-Kuykendall/shimmy/releases/latest)
|
||||
- **Docker**: `docker pull shimmy/shimmy:latest` *(coming soon)*
|
||||
|
||||
---
|
||||
|
||||
## Integration Examples
|
||||
|
||||
**VSCode Copilot**:
|
||||
|
||||
Reference in New Issue
Block a user