2.1.1 • Published 1 month ago

create-starknet v2.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

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
2.1.1

1 month ago

2.1.0

5 months ago

2.0.2

5 months ago

2.0.0-next.0

8 months ago

2.0.0-next.1

6 months ago

2.0.1

6 months ago

2.0.0

6 months ago

1.3.2

10 months ago

1.3.1

10 months ago

1.3.0

10 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago