Files
atxp-dev__cli/README.md
T

746 B

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