- name
- x-install
- description
- |
- license
- Apache-2.0
- compatibility
- POSIX Shell (sh/bash/zsh/dash/ash)
- metadata
- author
- X-CMD
- version
- 1.0.0
- category
- core
- tags
- [shell, cli, tools, install, software, package-manager]
- repository
- https://github.com/x-cmd/skill
- install_doc
- data/install.md
- display_name
- Software Installation Assistant
x install - Software Installation Assistant
Prerequisites
- Load x-cmd before use:
. ~/.x-cmd.root/X- x-cmd not installed? → data/install.md
Core Functions
- Get installation command:
x install --cat <software> - List supported software:
x install --ll
Usage Examples
Get installation command for specific software
x install --cat git
x install --cat docker
x install --cat node
x install --cat pythonList all supported software
x install --llCommon Scenarios
- Get Git installation command:
x install --cat git - Get Docker installation command:
x install --cat docker - Get Node.js installation command:
x install --cat node - Get Python installation command:
x install --cat python - Get Claude Code installation command:
x install --cat claude-code
Get Help
Run x install --help for full help documentation.