Swift Package Manager command plugin for subtree.
Add this plugin to your Package.swift:
dependencies: [
.package(url: "https://github.com/21-DOT-DEV/swift-plugin-subtree", from: "")
]Run the plugin from your package directory:
swift package plugin subtree [arguments]Or run the executable directly:
swift run subtree [arguments]This plugin automatically checks for new versions of subtree and updates the artifact bundle reference.
Binary tool provided by https://github.com/21-DOT-DEV/subtree.
MIT License - See LICENSE file for details.