@cloudbase/agent-cli
v0.0.24
Published
Command line interface for AG-Kit
Readme
@cloudbase/agent-cli
Command line interface for AG-Kit.
Features
- Project initialization
- Development tools
- Build and deployment
- Template management
Installation
npm install -g @cloudbase/agent-cliUsage
Initialize a new project
npx @cloudbase/agent-cli initAvailable commands
# Initialize project
ag-kit init
# Build project
ag-kit build
# Deploy project
ag-kit deploy
# Show help
ag-kit --helpCommands
init- Initialize a new AG-Kit projectbuild- Build the projectdeploy- Deploy the projectdev- Start development server
Templates
- Web application template
- WeChat Mini Program template
- Desktop application template
Documentation
Coming soon...
Contributing
See CONTRIBUTING.md for details.
