mirror of
https://github.com/atxp-dev/cli.git
synced 2026-09-14 20:46:39 +08:00
v1.0.3
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 demoscreate-atxp- Wrapper package fornpm create atxpsupport
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
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,…
Languages
TypeScript
94.1%
JavaScript
5.9%