Skip to content

Commit

Permalink
feat: update readme cli flag instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyDoey committed Mar 27, 2024
1 parent 5679b4c commit ff21317
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,19 +208,26 @@ As an example, to scaffold a multi-extension project i.e. BED environment target

```bash
$ bedframe make multi-extension-project \
--version 0.0.1 \
--browsers chrome, brave, opera, edge \
--packageManager yarn \
--browsers 'chrome, firefox, safari, brave, opera, edge' \
--version '0.0.0' \
--description 'this is my BED! there are many like it, but this one is... MINE!!!' \
--author 'joe, [email protected], https://bedframe.dev' \
--license MIT \
--private \
--type overlay \
--override newtab \
--options embedded \
--packageManager bun \
--framework react \
--language typescript \
--style tailwind \
--lintFormat \
--tests \
--git \
--gitHooks \
--tests \
--commitLint \
--changesets \
--installDeps \
--installDeps
```

If any required configuration isn't passed in via `flags` the CLI will prompt you for the missing requirements.
Expand Down

0 comments on commit ff21317

Please sign in to comment.