1- # ZCC - Zero-config Claude Code
1+ # ZCF - Zero-Config Claude- Code Flow
22
33[ 中文] ( README.md ) | ** English**
44
77## 🚀 Quick Start
88
99``` bash
10- npx zcc
10+ npx zcf
1111```
1212
1313The tool will automatically:
@@ -30,7 +30,7 @@ After configuration:
3030 > - Both feat and workflow have their advantages, try both to compare
3131 > - Generated documents are located by default at ` .claude/xxx.md ` in project root, you can add ` .claude/ ` to your project's ` .gitignore `
3232
33- ## ✨ ZCC Tool Features
33+ ## ✨ ZCF Tool Features
3434
3535### 🌏 Bilingual Support
3636- Script interaction language: Controls installation prompts language
@@ -64,7 +64,7 @@ After configuration:
6464### Interactive Configuration Flow
6565
6666``` bash
67- $ npx zcc
67+ $ npx zcf
6868
6969? Select script language / 选择脚本语言:
7070 ❯ 简体中文
@@ -115,16 +115,16 @@ $ npx zcc
115115
116116``` bash
117117# Specify configuration language
118- npx zcc --config-lang zh-CN
118+ npx zcf --config-lang zh-CN
119119
120120# Force overwrite existing configuration
121- npx zcc --force
121+ npx zcf --force
122122
123123# Skip Claude Code installation check
124- npx zcc --skip-install
124+ npx zcf --skip-install
125125
126126# Help information
127- npx zcc --help
127+ npx zcf --help
128128```
129129
130130## 📁 Project Structure
@@ -134,7 +134,7 @@ claude-code-config/
134134├── README.md # Documentation
135135├── package.json # npm package configuration
136136├── bin/
137- │ └── zcc .mjs # CLI entry point
137+ │ └── zcf .mjs # CLI entry point
138138├── src/ # Source code
139139│ ├── cli.ts # CLI main logic
140140│ ├── commands/ # Command implementations
@@ -200,7 +200,7 @@ pnpm install
200200pnpm build
201201
202202# Local testing
203- node bin/zcc .mjs
203+ node bin/zcf .mjs
204204```
205205
206206## 💡 Best Practices
@@ -213,7 +213,7 @@ node bin/zcc.mjs
213213
214214If you encounter issues:
215215
216- 1 . Re-run ` npx zcc ` to reconfigure
216+ 1 . Re-run ` npx zcf ` to reconfigure
2172172 . Check configuration files in ` ~/.claude/ ` directory
2182183 . Ensure Claude Code is properly installed
219219
0 commit comments