PluginSupport
Notes
- This package uses
SwiftFormat
directly to support formatting. Seescripts/git-hookes/pre-commit
for an example.
Frequently Asked Questions
swift-kipple/Plugins repository?
Why are these resources not included in theSwift Package Plugins are unable to include resources.
As such, this library bundles those resources and, when provided as a dependency, allows access to the resources within its bundle, circumventing the restriction on Swift Package Plugins.
tl;dr: This module bundles files and includes a command to print file paths for access by Plugins.
swift-kipple/Plugins repository directly?
Why not just include this package within theUnfortunately, this doesn't appear to be possible at time of writing. Referencing a remote repository that uses a relative path returns an error:
More information can be found on this Swift forum thread.
Until an alternative is identified, these files are provided as a standalone package.