create-starknet

2.1.1 • Public • Published

create-starknet

Create starknet apps with one command

Interactive

You can create a new project interactively by running:

npx create-starknet
# or
npm init starknet

You will be asked for the name of your project before it can be created for you.

Non-interactive

You can also pass command line arguments to set up a new project non-interactively. See create-starknet-app --help:

create-starknet [project-directory] [options]

Options:
  -V, --version  output the version number
  -t, --template <name>  Explicitly tell the CLI to bootstrap the app using the specified template (choices: "next", "vite")
  --use-npm              Explicitly tell the CLI to bootstrap the app using npm
  --use-yarn             Explicitly tell the CLI to bootstrap the app using yarn
  --use-pnpm             Explicitly tell the CLI to bootstrap the app using pnpm
  -h, --help     display help for command

Readme

Keywords

Package Sidebar

Install

npm i create-starknet

Weekly Downloads

92

Version

2.1.1

License

MIT

Unpacked Size

60.9 kB

Total Files

39

Last publish

Collaborators

  • fracek