Skip to content

Options

The npm create fuels command has several command-line options that you can use to customize your project.

sh
pnpm create fuels@0.92.0 [project-name] [options]
sh
npm create fuels@0.92.0 -- [project-name] [options]
sh
bunx --bun create-fuels@0.92.0 [project-name] [options]

--pnpm

Notifies the tool to use pnpm as the package manager to install the necessary dependencies.

--npm

Notifies the tool to use npm as the package manager to install the necessary dependencies.

--bun

Notifies the tool to use bun as the package manager to install the necessary dependencies.

--verbose

Enables verbose logging. Useful when debugging issues with the tool.

-h, --help

Displays a help message with all available options.

-V, --version

Displays the version number of the npm create fuels command.