From dbb43f0e7a42ed4e80d9d28f5a61d13344dec22f Mon Sep 17 00:00:00 2001 From: Michael Kuykendall Date: Thu, 4 Sep 2025 13:06:40 -0500 Subject: [PATCH] feat: Add comprehensive download links and ecosystem URLs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 5cf2977..7fd6719 100644 --- a/README.md +++ b/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**: