4d-clean-project
1
总安装量
1
周安装量
#42476
全站排名
安装命令
npx skills add https://github.com/e-marchand/skills --skill 4d-clean-project
Agent 安装分布
amp
1
opencode
1
kimi-cli
1
codex
1
claude-code
1
Skill 文档
4D Project Cleaner
Remove generated files and caches from a 4D project.
Usage
The script auto-detects the project root by finding the .4DProject file.
# From anywhere inside the project
python scripts/clean.py
# Or specify a path
python scripts/clean.py /path/to/4d-project
The script reports what was removed.
What Gets Removed
| Item | Location | Description |
|---|---|---|
| DerivedData/ | Recursive | Compilation cache |
| Libraries/ | Root | Runtime libraries |
| userPreferences.*/ | Root | User-specific settings |
| Project/Trash/ | Root | Deleted items |
| Logs/* | Root | Log file contents |
| .DS_Store | Recursive | macOS folder metadata |
| ehthumbs.db | Recursive | Windows thumbnail cache |
| Thumbs.db | Recursive | Windows thumbnail cache |