diff --git a/README.md b/README.md index 7447e14..1fa29c8 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,19 @@ Interactive prompts guide you through: - Template choice (when Script API is enabled) - Package manager (npm, pnpm, yarn) -Use `--yes` to skip prompts and create with defaults (explosive-bow + BP + RP + TS): +Use `--yes` to skip all prompts and create with defaults: ```bash mcbe-create init my-addon --yes ``` +Use short flags to customize non-interactively: + +```bash +mcbe-create init my-addon -a "Author" -d "My addon" -l js --no-scripts -k bp -y +mcbe-create init my-addon -v 1.20.0 -p pnpm --no-install +``` + Run `init` inside an existing project to add missing packs. ### Development @@ -70,7 +77,17 @@ mcbe-create info # Show project information |-------------------|------|---------|-------------| | `[project-name]` | `string` | — | Project name (prompted if omitted) | | `-t, --template