Commands Reference
Complete list of all available commands.
Available Commands
| Command | Alias | Description |
|---|---|---|
pxo | - | Create a new project with interactive setup |
pxo list | pxo ls | Browse and manage all tracked projects |
pxo recent [limit] | - | Browse recently accessed projects |
pxo open <project-name> | - | Quick open project by name |
pxo stats | - | View statistics of the projects created |
pxo --version | pxo -V | Show version number |
pxo --help | pxo -h | Display help information |
Usage Examples
# Create a new project
pxo
# List all projects
pxo list
# Open a specific project
pxo open my-project