create-slik CLI is the single entry point for scaffolding a new Slik-generated project. You invoke it with npx — no global installation required. This page covers every argument, interactive prompt, and post-scaffold command available to you.
Usage
<app-name> with the name of the directory you want to create. For example:
my-saas-app/ directory in your current working directory and begins the interactive setup.
Arguments
string
required
The name of the project directory to create. Use lowercase letters, numbers, and hyphens. This becomes the directory name and the
name field in package.json.