Swift CLI for macOS system/kernel info via uname.
swift runSystem: Darwin, Release: 24.6.0, Version: Darwin Kernel Version 24.6.0...
Swift 5+, macOS
docker build -t macos-swift-tool .
docker run macos-swift-toolNote: Container runs on Linux, so output shows Linux kernel info, not macOS.
This project uses conventional commit standards. Commit messages must:
- Start with a type:
feat:,fix:,docs:,style:,refactor:,test:,chore:, etc. - Be lowercase
- First line ≤60 characters
To enable the commit-msg hook:
cp scripts/commit-msg .git/hooks/commit-msg
chmod +x .git/hooks/commit-msgTo rewrite existing commit messages (lowercase + truncate):
bash scripts/rewrite_msg.sh < commit-message-fileThe git history has been rewritten to conform to these standards.
MIT