Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 572 Bytes

PackageProcessor.md

File metadata and controls

45 lines (31 loc) · 572 Bytes

CLASS

PackageProcessor

public final class PackageProcessor

Properties

inputPath

public let inputPath: URL

outputPath

public let outputPath: URL

reproducibleDocs

public let reproducibleDocs: Bool

clustersEnabled

public var clustersEnabled: Bool = true

Methods

init(inputPath:outputPath:reproducibleDocs:)

public init(inputPath: String, outputPath: String, reproducibleDocs: Bool) throws

run()

public func run() throws