Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 862 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 862 Bytes

Handy Swift Modules

Build Status

This repository contains handy Swift modules for development and testing. The Swift code is built and tested using Bazel.

Quick Start using Swift Package Manager

Add a dependency on this repository to your Package.swift. Replace the version with the desired release.

  .package(url: "https://github.com/cgrindel/swift_toolbox", from: "0.4.0")

Quick Start using Bazel

Use 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.