create-triplex-project
The create-triplex-project CLI is the fastest way to start building your next app.
The create-triplex-project
CLI bootstraps a new project for you using the official templates. It's the fastest way to get started building your next app.
Usage
Terminal
npx create-triplex-project@latest [options]
Options
The following options are available.
When passing any options the CLI runs in non-interactive mode meaning it will skip prompts and use default values where missing.
Option | Description |
---|---|
--name <name> | Name of your project (default: "my-triplex-project") |
--template <name> | Official template to use (default: "basic") |
--pkg-manager <name> | Package manager to use for installing dependencies (default: "npm") |
--cwd <cwd> | Directory to install to (default: cwd) |