box0-cli
v0.1.1
Published
Make your coding agent works like OpenClawd
Readme
box0-cli
Production-ready TypeScript CLI baseline for the box0 project. Command name: box0.
Requirements
- Node.js ≥ 18
Install
npm install -g box0-cliOr link locally during development:
npm run build
npm link
box0 <command>Usage
# Show help and version
box0 --help
box0 --version
# Test command (verifies the command system)
box0 ping # prints: pong
# Unknown commands show an error and exit with code 1
box0 fooDevelopment
npm install
npm run buildExit codes
0— success (help, version, or a successful command likeping)1— usage error (unknown command or invalid usage)
License
MIT
