create-tether-app
v0.1.4
Published
CLI tool for scaffolding Tether AI/ML desktop applications
Maintainers
Readme
create-tether-app
CLI to scaffold Tether AI/ML desktop applications.
Usage
npx create-tether-app my-appOptions
| Flag | Description |
| ------------------ | ---------------------------------------------------------------- |
| --llm <provider> | LLM backend: ollama (default), local-llm, openai, custom |
| -y, --yes | Skip prompts, use defaults |
| --tailwind | Include Tailwind CSS |
| --skip-install | Skip dependency installation |
| --use-npm | Use npm instead of pnpm |
| --use-yarn | Use yarn instead of pnpm |
| -v, --verbose | Show detailed output |
| --check | Verify required dependencies are installed |
| --list-templates | Show available LLM backends |
| --dry-run | Preview without creating files |
Examples
# Interactive prompts
npx create-tether-app my-app
# Quick start with defaults
npx create-tether-app my-app -y
# With OpenAI backend
npx create-tether-app my-app --llm openai
# With Tailwind CSS
npx create-tether-app my-app --tailwind
# Check dependencies first
npx create-tether-app --checkRequirements
- Node.js 18+
- pnpm 8+ (or npm/yarn)
- Python 3.11+
- uv
- Rust (cargo)
