@aphexcms/cli
v0.2.0
Published
CLI tool for Aphex CMS
Downloads
23
Readme
aphx
The official CLI for Aphex CMS.
Usage
npx aphx createOr install globally:
npm install -g aphx
aphx createWith pnpm:
pnpm add -g aphx
aphx createCommands
create
Scaffold a new Aphex CMS project interactively.
aphx createThis will guide you through:
- Choosing a project name
- Selecting a template
- Setting up your project files
- Creating a basic
.envfile
help
Show available commands and usage information.
aphx helpExamples
# Create a new project
npx aphx create
# Show help
npx aphx help