.commitlintrc.ts, .gitignore, biome.jsonc, bunfig.toml, nx.json, package.json (when absent), README.md, tsconfig.json, .zed/settings.json, and an .env.yml, installs the dev dependencies (Biome, commitlint, husky, lint-staged, nx, TypeScript, and others), initializes a git repository, configures husky hooks, and optionally adds the Claude and Codex skills.
Usage
Examples
Run with no flags to be prompted for the application name and destination path:Options
| Option | Description | Default |
|---|---|---|
--name | Application name. | Prompted if omitted |
--destination | Destination path of the application to initialize. | Prompted if omitted (defaults to the kebab-case name) |