Create new LaunchYourApp projects quickly using our CLI
Our CLI tool provides the fastest way to create new LaunchYourApp projects with all best practices and configurations set up automatically.
You can create a new project using npx without installing anything globally:
The CLI performs the following steps automatically:
Option | Description |
---|---|
[project-name] | Optional project name. If not provided, you’ll be prompted to enter one |
The CLI uses GitHub’s OAuth device flow for authentication. When you run the command:
After the CLI finishes creating your project, you should:
Navigate to your project directory:
Install dependencies:
Follow the rest of the setup instructions in the Getting Started guide for configuring your environment variables and running the project.
If you encounter any issues during project creation:
For additional help, please refer to our GitHub repository or open an issue.
Create new LaunchYourApp projects quickly using our CLI
Our CLI tool provides the fastest way to create new LaunchYourApp projects with all best practices and configurations set up automatically.
You can create a new project using npx without installing anything globally:
The CLI performs the following steps automatically:
Option | Description |
---|---|
[project-name] | Optional project name. If not provided, you’ll be prompted to enter one |
The CLI uses GitHub’s OAuth device flow for authentication. When you run the command:
After the CLI finishes creating your project, you should:
Navigate to your project directory:
Install dependencies:
Follow the rest of the setup instructions in the Getting Started guide for configuring your environment variables and running the project.
If you encounter any issues during project creation:
For additional help, please refer to our GitHub repository or open an issue.