Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgrindel/swift_toolbox
Handy Swift modules for development and testing.
https://github.com/cgrindel/swift_toolbox
Last synced: 2 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T16:44:56.000Z (about 1 year ago)
- Last Synced: 2024-11-09T20:46:18.818Z (about 2 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
[![Build
Status](https://github.com/cgrindel/swift_toolbox/actions/workflows/ci.yml/badge.svg?event=schedule)](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.