https://github.com/johnbean393/fskit-macos
A Swift Package containing file system utilities for macOS.
https://github.com/johnbean393/fskit-macos
Last synced: about 1 year ago
JSON representation
A Swift Package containing file system utilities for macOS.
- Host: GitHub
- URL: https://github.com/johnbean393/fskit-macos
- Owner: johnbean393
- Created: 2024-10-01T11:42:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T06:55:21.000Z (over 1 year ago)
- Last Synced: 2025-04-07T23:39:29.395Z (over 1 year ago)
- Language: Swift
- Size: 53.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FSKit-macOS
A Swift Package containing file system utilities for macOS.
## Installation
**Requirements**
- Xcode ≥ 15
**Swift Package Manager**
```
dependencies: [
.package(url: "https://github.com/johnbean393/FSKit-macOS", branch: "main")
]
```
## Contributing
Contributions are very welcome. Let's make FSKit-macOS simple and powerful.