cargo-adk 0.9.1

CLI scaffolding tool for ADK-Rust — generate agent projects from templates
Documentation
1
2
3
4
5
6
//! CLI extensions for the composable scaffolding engine.
//!
//! This module will contain the extended CLI argument definitions
//! (e.g., `--addon`, `--dry-run`, `--preview`, `--template-dir`).

// Will be implemented in a later task.