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

CommandPurpose
cf initInitialize workspace with documentation folders and platform configuration
cf hostBuild and serve learning docs as a local website
cf mcpSetup MCP server for integrating learning docs with other LLM clients
cf statuslineConfigure the Claude Code statusline with project info
cf updateUpdate the plugin and fix statusline configuration
cf helpShow help information

Tab Completion

Tab completion is auto-configured during installation. You can immediately use cf <command> with completion support in your shell.