Skip to content
API Reference

API Reference

ShipItKit Swift API generated from DocC.

On this page

The ShipItKit Swift API is the embeddable library that powers the shipit CLI. Use it from your own Swift tools, CI scripts, or Swift Package Manager projects.

Getting started

Add the dependency to your Package.swift:

dependencies: [
  .package(
    url: "https://github.com/ShipItSwifty/shipitswifty.git",
    from: "0.1.0"
  )
]

Browse the API

The full API reference is generated from DocC and published with GitHub Pages:

Open the ShipItKit API reference.