Skip to content

Commit

Permalink
🧹 Miniature README fixes (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Feb 6, 2024
1 parent 3a438b1 commit 40fa7ba
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/create-lz-oapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,24 @@ pnpm create lz-oapp
# or
bunx create-lz-oapp
```

### CLI options

The list of available options is available by using `--help` CLI flag:

```bash
npx create-lz-oapp@latest --help
```

```
Create LayerZero OApp with one command
Options:
-V, --version output the version number
--ci Run in CI (non-interactive) mode (default: false)
-d,--destination <path> Project directory
-e,--example <name> Example project (choices: "oft", "oapp")
--log-level <level> Log level (choices: "error", "warn", "info", "http", "verbose", "debug", "silly", default: "info")
-p,--package-manager <name> Node package manager to use (choices: "npm", "yarn", "pnpm", "bun")
-h, --help display help for command
```

0 comments on commit 40fa7ba

Please sign in to comment.