Contents

21-dot-dev/swift-plugin-subtree

Swift Package Manager command plugin for subtree.

Installation

Add this plugin to your Package.swift:

dependencies: [
    .package(url: "https://github.com/21-DOT-DEV/swift-plugin-subtree", from: "")
]

Usage

Run the plugin from your package directory:

swift package plugin subtree [arguments]

Or run the executable directly:

swift run subtree [arguments]

Version Synchronization

This plugin automatically checks for new versions of subtree and updates the artifact bundle reference.

Attribution

Binary tool provided by https://github.com/21-DOT-DEV/subtree.

License

MIT License - See LICENSE file for details.

Package Metadata

Repository: 21-dot-dev/swift-plugin-subtree

Default branch: main

README: README.md