@apex-framework/cli
v1.0.0
Published
CLI for Apex framework
Readme
@apex-framework/cli
CLI for the Apex framework.
Installation
npm install -g @apex-framework/cliUsage
# Create a new Apex project
apex create my-app
# Start the development server
apex dev
# Build for production
apex build
# Start the production server
apex startCommands
apex create <name>- Create a new Apex projectapex dev- Start the development serverapex build- Build for productionapex start- Start the production serverapex deploy- Deploy the application
Documentation
For full documentation, visit https://apex-framework.github.io/docs
