Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 2.06 KB

README.md

File metadata and controls

37 lines (28 loc) · 2.06 KB

koala-cli

A command-line interface tool to manage your KoalaVim installation and its dependencies.

Installation

python -m pip install git+ssh://[email protected]/KoalaVim/koala-cli.git

Usage

> koala --help
 Usage: koala [OPTIONS] COMMAND [ARGS]...                                       
                                                                                
CLI tool to manage KoalaVim

╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --install-completion          Install completion for the current shell.      │
│ --show-completion             Show completion for the current shell, to copy │
│                               it or customize the installation.              │
│ --help                        Show this message and exit.                    │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────────────────────╮
│ health           Check KoalaVim's health                                     │
│ install          Install KoalaVim and dependencies                           │
│ lockfile         Manage plugin's lockfile                                    │
│ update           Update KoalaVim and dependencies                            │
╰──────────────────────────────────────────────────────────────────────────────╯

Contributing

??

License

???