Added basic docs
A Swift Package Manager plugin which runs SwiftFormat.
Add this repo to your package dependencies:
dependencies: [ .package(url: "https://github.com/elegantchaos/SwiftFormatterPlugin", from: "1.0.2"), /* other dependencies here... */ ],
Invoke the tool from the command line:
swift package plugin --allow-writing-to-package-directory format-source-code
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
SwiftFormatterPlugin
A Swift Package Manager plugin which runs SwiftFormat.
Usage
Add this repo to your package dependencies:
Invoke the tool from the command line:
swift package plugin --allow-writing-to-package-directory format-source-code