CLI Overview
The coding-friend-cli provides commands for initialization, hosting, and configuration.
Installation
npm i -g coding-friend-cli
The binary is available as cf.
Commands
| Command | Purpose |
|---|---|
cf init | Initialize workspace with documentation folders and platform configuration |
cf host | Build and serve learning docs as a local website |
cf mcp | Setup MCP server for integrating learning docs with other LLM clients |
cf statusline | Configure the Claude Code statusline with project info |
cf update | Update the plugin and fix statusline configuration |
cf help | Show help information |
Tab Completion
Tab completion is auto-configured during installation. You can immediately use cf <command> with completion support in your shell.