Pages
Contents
@xpulse/cli
npx xpulse β and all commands are there.
@xpulse/cli is a pure runner. It autodiscovers Command classes from all installed @xpulse/* packages and the local src/commands/ directory β no configuration, no manual registration. New commands simply appear because they exist. Writing your own commands means extending Command and you're done in minutes.
Documentation
- Guide β Installation, usage, writing commands, syntax rules
- API β Command class, Input, Output, parser, global flags
- Schema β Convention, autodiscovery, package structure, exports
- Spec β Full specification
- ADR-001: Command Registration