New icon ..
New icon
..
Small Swift script to serve “DocC” archives, a format to document Swift frameworks and packages: Documenting a Swift Framework or Package.
Note: This is for serving an exported documentation archive (.doccarchive), not for building documentation from a DocC catalog.
.doccarchive
The server can be either run as a swift-sh script (install using a simple brew install mxcl/made/swift-sh), from within Xcode or via swift run.
brew install mxcl/made/swift-sh
swift run
Example:
$ cd Sources/servedocc $ ./main.swift ~/Downloads/SlothCreator.doccarchive
servedocc is brought to you by the Always Right Institute and ZeeZide. We like feedback, GitHub stars, cool contract work, presumably any form of praise you can think of.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
servedocc
Small Swift script to serve “DocC” archives, a format to document Swift frameworks and packages: Documenting a Swift Framework or Package.
Note: This is for serving an exported documentation archive (
.doccarchive
), not for building documentation from a DocC catalog.Usage
The server can be either run as a swift-sh script (install using a simple
brew install mxcl/made/swift-sh
), from within Xcode or viaswift run
.Via swift-sh
Example:
Who
servedocc is brought to you by the Always Right Institute and ZeeZide. We like feedback, GitHub stars, cool contract work, presumably any form of praise you can think of.