0.0.23 • Published 4 months ago

create-convex v0.0.23

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months ago

create-convex

Scaffolding Your First Convex Project

$ npm create convex@latest

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Convex project with no client, run:

npm create convex@latest my-app -- -t bare

-t is a shorthand for --template

Currently supported template presets include:

  • bare
  • nextjs-shadcn
  • nextjs-clerk
  • nextjs-convexauth-shadcn
  • nextjs-lucia-shadcn
  • react-vite-clerk-shadcn
  • react-vite-shadcn

You can use . for the project name to scaffold in the current directory:

npm create convex@latest .

You can use any repository on GitHub as a template by providing the owner and repo names:

npm create convex@latest my-app -- -t thomasballinger/convex-clerk-users-table

optionally with a branch name:

npm create convex@latest my-app -- -t 'thomasballinger/convex-clerk-users-table#branch'
0.0.23

4 months ago

0.0.24

4 months ago

0.0.25

4 months ago

0.0.26-alpha.0

4 months ago

0.0.25-alpha.0

4 months ago

0.0.22

5 months ago

0.0.20

5 months ago

0.0.21

5 months ago

0.0.19

6 months ago

0.0.18

6 months ago

0.0.17

7 months ago

0.0.15

11 months ago

0.0.16

10 months ago

0.0.14

11 months ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

12 months ago

0.0.13

12 months ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago