Termly CLI enables AI coding assistants on any device. It supports Claude Code, Aider, GitHub Copilot, and terminal-based tools. Operators can integrate with TUI apps like OpenCode for enhanced coding workflows.
git clone https://github.com/termly-dev/termly-cli.gitTermly CLI enables AI coding assistants on any device. It supports Claude Code, Aider, GitHub Copilot, and terminal-based tools. Operators can integrate with TUI apps like OpenCode for enhanced coding workflows.
[{"step":"Install termly-cli on your device. Use the official installer: `curl -fsSL https://termly.dev/install | sh` or follow platform-specific instructions from https://termly.dev/docs.","tip":"Ensure you have Node.js 18+ installed for full template compatibility."},{"step":"Choose a project template and path. Run `termly-cli templates` to see available options (e.g., nextjs-fullstack, django-rest, spring-boot).","tip":"Use absolute paths to avoid permission issues. For shared projects, use `~/dev/[project-name]` to keep paths consistent across devices."},{"step":"Initialize your project with termly-cli. Include flags like `--template`, `--no-git`, or `--docker` based on your needs. Example: `termly-cli new ~/dev/my-api --template=fastapi --docker`","tip":"Add `--verbose` to see detailed installation logs, helpful for debugging dependency issues."},{"step":"Integrate with your preferred coding environment. For TUI apps like OpenCode: `opencode ~/dev/my-project`. For IDEs, configure termly-cli as an external tool.","tip":"Use `termly-cli --help` to discover advanced commands like `termly-cli update` for project maintenance."},{"step":"Execute development commands through termly-cli. Examples: `termly-cli dev`, `termly-cli test`, or `termly-cli build` depending on your project type.","tip":"Set up shell aliases for frequent commands: `alias tdev='termly-cli dev'` in your .zshrc or .bashrc."}]
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/termly-dev/termly-cliCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Use the termly-cli to [TASK] in [PROJECT_PATH]. For example: 'Set up a new Python project with termly-cli in ~/dev/my-project using FastAPI template. Install dependencies, initialize Git, and create a basic REST endpoint at /api/health'. Include any required flags like --template or --no-git if needed.
```bash $ termly-cli new ~/dev/saas-platform --template=nextjs-fullstack --no-git ✅ Project initialized in /Users/alice/dev/saas-platform 📦 Dependencies installed: - next@14.1.0 - typescript@5.3.3 - prisma@5.7.1 - @clerk/nextjs@4.29.3 🔧 Git initialized (skipped via --no-git flag) 📝 Created basic structure: - /app/api/health/route.ts (GET /api/health) - /app/(auth)/login/page.tsx - /prisma/schema.prisma 🚀 Ready to run: $ cd ~/dev/saas-platform $ termly-cli dev ``` The project now includes: - Next.js 14 with App Router - TypeScript strict mode - Prisma ORM with SQLite - Clerk authentication pre-configured - Dockerfile for containerized deployment - GitHub Actions workflow for CI/CD To integrate with OpenCode TUI: 1. Install OpenCode: `brew install opencode` 2. Launch: `opencode ~/dev/saas-platform` 3. Use termly-cli commands directly from the TUI interface
Access telematics data in trucking
Automate your browser workflows effortlessly
Your one-stop shop for church and ministry supplies.
Hey, what’s on your mind today?
Customer feedback management made simple
Enterprise workflow automation and service management platform
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan