Commit graph

3 commits

Author SHA1 Message Date
3e1d752bfd refactor: extract shared utilities into common library
- Create bin/lib/common.sh with shared logging and utility functions
- Add minecraft/.env.example for environment configuration template
- Update bin scripts to source shared library (DRY principle)
- Consolidate duplicated logging functions across scripts
2025-12-13 10:00:00 +08:00
5be2155b3c refactor: improve org-clone script with proper error handling
- Add comprehensive error checking and validation
- Implement proper argument parsing with usage help
- Add colored output for better readability
- Include prerequisite checks for gh CLI
- Track success/failure statistics

Unix philosophy: do one thing well, fail gracefully
2025-12-04 09:15:00 +08:00
33ade46a99 upload org multi repository clone scripts 2025-11-14 11:08:39 +08:00