https://github.com/cgrindel/swift_toolbox
Handy Swift modules for development and testing.
https://github.com/cgrindel/swift_toolbox
Last synced: 4 months ago
JSON representation
Handy Swift modules for development and testing.
- Host: GitHub
- URL: https://github.com/cgrindel/swift_toolbox
- Owner: cgrindel
- License: apache-2.0
- Created: 2021-07-16T20:57:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T16:44:56.000Z (over 1 year ago)
- Last Synced: 2025-01-11T16:41:11.208Z (6 months ago)
- Language: Swift
- Size: 173 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Handy Swift Modules
[](https://github.com/cgrindel/swift_toolbox/actions/workflows/ci.yml)This repository contains handy Swift modules for development and testing. The Swift code is built
and tested using [Bazel](https://bazel.build/).## Quick Start using Swift Package Manager
Add a dependency on this repository to your `Package.swift`. Replace the version with the desired
release.```swift
.package(url: "https://github.com/cgrindel/swift_toolbox", from: "0.4.0")
```## Quick Start using Bazel
Use [rules_swift_package_manager](https://github.com/cgrindel/rules_swift_package_manager) to
install this Swift package into your Bazel workspace.## Release Process
Use the GitHub web interface to create a release and tag the repository.