CLI Options Reference
The CLI options reference list.
Global CLI Options
| Option | Description | Default |
|---|
--name <name> | Set the project name | discord-forge |
--template <template> | Set the template to use | default |
--typescript, -t | Use TypeScript instead of JavaScript | false |
--dependencies, -d | Install dependencies after scaffolding | true |
--engine <engine> | Set the engine to use | default |
--version | Show CLI version | 0.1.0 |
--help | Show help | — |
add Command
Arguments
| Argument | Description |
|---|
[features...] | List of features/modules to add (e.g., ban, kick, warn) |
Options
| Option | Description |
|---|
--typescript, -t | Use TypeScript modules |