1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 17:24:45 +00:00

Update README.md

This commit is contained in:
Tw93
2025-10-14 20:39:04 +08:00
committed by GitHub
parent 240920f697
commit e5ee10b756

View File

@@ -141,43 +141,6 @@ Total: 156.8GB
└─ 📁 Desktop 12.7GB └─ 📁 Desktop 12.7GB
``` ```
## Development
### Setup
Install development tools:
```bash
brew install shfmt shellcheck bats-core
```
### Code Quality
Format and lint shell scripts:
```bash
# Format all scripts
./scripts/format.sh
# Check without modifying
./scripts/format.sh --check
# Install git hooks for auto-formatting
./scripts/install-hooks.sh
```
See [scripts/README.md](scripts/README.md) for detailed development workflow.
### Testing
Run automated tests:
```bash
./tests/run.sh
```
GitHub Actions automatically runs tests and formatting checks on PRs.
## Support ## Support
- If Mole reclaimed storage for you, consider starring the repo or sharing it with friends needing a cleaner Mac. - If Mole reclaimed storage for you, consider starring the repo or sharing it with friends needing a cleaner Mac.