mirror of
https://github.com/atxp-dev/cli.git
synced 2026-09-14 20:46:39 +08:00
746 B
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 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