@shortwind/cli 0.1.0-beta.1 → 0.1.0-beta.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -10,7 +10,7 @@ The Shortwind command-line tool. Provides the `shortwind` command: `init`, `add`
10
10
  npx @shortwind/cli@beta init # beta: published on the `beta` tag
11
11
  ```
12
12
 
13
- `init` is the one command you need — it detects your bundler, installs the right adapter, copies the recipe catalog into `./recipes/`, scaffolds a default theme, wires the plugin into your config, and generates `skills/shortwind/SKILL.md`.
13
+ `init` is the one command you need — it detects your bundler, installs the right adapter, copies the recipe catalog into `./recipes/`, scaffolds a default theme, and generates `skills/shortwind/SKILL.md`. On Vite it also patches the plugin into your config; on Next/Astro it prints the one-line snippet to paste. Run it with `--yes` (default preset) or `--preset <name>` to skip the interactive prompt in CI and agent sessions.
14
14
 
15
15
  Install it to get the `shortwind` command in scripts:
16
16