To create a new Joystick app, from your terminal, run:
joystick create <app_name>
Args
- <app_name> required
-
The name of the app you'd like to create. Joystick will use this value for the folder containing your project and as the
name
field in yourpackage.json
file.
Options
- --r, --release
-
The Joystick release to use when creating this project. Either
production
(default) orcanary
.