sdggiesbrecht/workspace
README.md
Installation
Workspace provides command line tools.
They can be installed any way Swift packages can be installed. The most direct method is pasting the following into a terminal, which will either install or update them:
curl -sL https://gist.github.com/SDGGiesbrecht/4d76ad2f2b9c7bf9072ca1da9815d7e2/raw/update.sh | bash -s Workspace "https://github.com/SDGGiesbrecht/Workspace" 0.44.1 "workspace help" workspace arbeitsbereichImporting
Workspace provides a library for use with the Swift Package Manager.
Simply add Workspace as a dependency in Package.swift:
let package = Package(
name: "MyPackage",
dependencies: [
.package(
url: "https://github.com/SDGGiesbrecht/Workspace",
.upToNextMinor(from: Version(0, 44, 1))
),
],
targets: [
.target(
name: "MyTarget",
dependencies: [
.product(name: "WorkspaceConfiguration", package: "Workspace"),
]
)
]
)The module can then be imported in source files:
import WorkspaceConfigurationAbout
The Workspace project is maintained by Jeremy David Giesbrecht.
If Workspace saves you money, consider giving some of it as a donation.
If Workspace saves you time, consider devoting some of it to contributing back to the project.
Ἄξιος γὰρ ὁ ἐργάτης τοῦ μισθοῦ αὐτοῦ ἐστι.
For the worker is worthy of his wages.
―ישוע/Yeshuʼa
Package Metadata
Repository: sdggiesbrecht/workspace
Default branch: master
README: README.md