Skip to content

create-a2amesh

create-a2amesh is the scaffolding package for rapidly bootstrapping new A2A Mesh projects and custom adapter runtimes.

Purpose

  • Scaffolding: Sets up new folders with pre-configured TypeScript compile targets, package manifests, and boilerplate code.
  • Developer Onboarding: Streamlines starting new A2A projects without manual setup.

Primary Command

Run the initialization wizard directly via:

bash
npm create a2amesh

This is equivalent to invoking npm exec create-a2amesh or running a2amesh init via the global CLI.

Release State

  • Channel: Public Alpha
  • Initial Version: 0.1.0-alpha.0

Released under the Apache-2.0 License.