ATXP CLI

Command line tools for the ATXP ecosystem - create projects and run demos.

Packages

This monorepo contains:

  • atxp - Main CLI package for creating projects and running demos
  • create-atxp - Wrapper package for npm create atxp support

Usage

Run Demo

npx atxp
# or with verbose output
npx atxp --verbose

Create Project

npx atxp create
# or
npm create atxp

Development

Install dependencies:

npm install

Build all packages:

npm run build

Test the CLI locally:

cd packages/atxp
npm run dev

Publishing

Each package is published independently:

cd packages/atxp
npm publish

cd ../create-atxp  
npm publish

License

MIT

S
Description
Agent wallet, identity, and paid tools in one package. Register an agent, fund it via Stripe or USDC, then use the balance for web search, AI image generation,…
Readme 990 KiB
Languages
TypeScript 94.1%
JavaScript 5.9%