Skip to main content
Version: 0.9

devvit create

Create a new app

devvit create app [APPNAME]

Create a new app

USAGE
$ devvit create app [APPNAME] [--here] [-t empty|hello-world|remind-me|three-strikes]

ARGUMENTS
APPNAME Name of the app. A new directory with the provided app name will be created

FLAGS
-t, --template=<option> Template name
<options: empty|hello-world|remind-me|three-strikes>
--here Flag to generate the project here, and not in a subdirectory

DESCRIPTION
Create a new app

ALIASES
$ devvit new