create-descope-app
The create-descope-app
CLI tool allows you to create a new Descope application using a default template.
It is a quick and easy way to get started with Descope.
Basic usage:
Reference
Option | Description |
---|---|
-h or --help | Display help for the command |
-v or --version | Display version number |
-t or --template | Use a specific template when creating the app |
Examples
To create a new app using a template, run the following command in your terminal:
This command will prompt you to enter a project name and select a template.
Once you've entered your project name and selected a template, the CLI will create a new project with your chosen configuration.
Was this helpful?