Plugin marketplace
Under construction
The Blue ecosystem plugin marketplace will be implemented as a separate repository (listing, indexing, and card display); it is currently in the planning stage. This page is a placeholder and will go live together with the marketplace.
What this will be
A marketplace for Blue downstream developers' ecosystem plugins: whatever you write through the seams — status-bar entries, tool cards, editor enhancements, whole new themes, complete panes — publishes to npm, gets listed here, and installs for other users in one line.
Each card will look roughly like this:
┌─────────────────────────────────────┐
│ my-plugin-clock v0.1.0 │
│ status-bar clock + /now command │
│ ★ 12 · status bar / commands │
│ dsh plugin add my-scope/my-pkg │
└─────────────────────────────────────┘Until it opens
- To develop a plugin: start with Writing your first plugin; the seam catalog is the Seam reference;
- To see what plugins can do: Blue's 21 built-ins are living examples — see Built-in plugins;
- Watch the GitHub repository for the marketplace announcement.