You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(readme): add please-plugins entry and Quick Start section (#125)
- Add please-plugins (Plugin Recommender) to the Built-in Plugins list
- Rename Installation section to Quick Start with guided setup flow
- Add Manual Installation section for individual plugin installs
- Add please-plugins to the manual install command examples
# 3. Scan your project and install recommended plugins
252
+
/please-plugins:setup
253
+
```
254
+
255
+
The `please-plugins` plugin automatically detects your project's dependencies (`package.json`, lock files, `turbo.json`, etc.) and recommends matching plugins. It also watches for new package installs (`bun add`, `npm install`, `pnpm add`) and suggests plugins on the fly.
256
+
257
+
**Supported ecosystems:** Nuxt, Vue, Vite, Vitest, Pinia, VueUse, Prisma, Supabase, Firebase, Playwright, Sentry, Stripe, Mastra, AI SDK, Turborepo, pnpm, and more.
258
+
259
+
## Manual Installation
236
260
237
261
### Add This Marketplace
238
262
@@ -242,7 +266,7 @@ Write beautiful documentations with Nuxt and Markdown.
242
266
243
267
### Install a Plugin
244
268
245
-
Once the marketplace is added, install any plugin with:
269
+
Once the marketplace is added, install any plugin individually:
246
270
247
271
```bash
248
272
# External plugins
@@ -258,6 +282,7 @@ Once the marketplace is added, install any plugin with:
0 commit comments