create-adk-project
v1.0.4
Published
CLI tool to create ADK TypeScript projects with different frameworks
Maintainers
Readme
create-adk-project
CLI tool to create ADK TypeScript agent projects with a complete starter template
Interactive Setup • Project Scaffolding • Ready-to-Run Examples
Usage
npx create-adk-projectOr install globally:
npm install -g create-adk-project
create-adk-projectInteractive Setup
The CLI will guide you through:
- Project Name - Choose your project directory name
- Template Selection - Downloads the official ADK agent starter template
- Dependency Installation - Choose from available package managers (npm, pnpm, yarn, bun)
- Environment Setup - Creates
.envtemplate file
Features
- 🚀 Interactive prompts powered by clack
- 🎨 Beautiful CLI interface with ASCII art
- 📦 Smart package manager detection (npm, pnpm, yarn, bun)
- ⚡ Fast project scaffolding from official starter template
- 🔧 Automatic dependency installation
- 📋 Ready-to-run example code from starter template
Template Source
The starter template is maintained at: adk-agent-starter
Requirements
- Node.js v22.0 or higher
- npm, yarn, or pnpm
License
MIT
