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
namefield in yourpackage.jsonfile.
Options
- --r, --release
-
The Joystick release to use when creating this project. Either
production(default) orcanary.