Swiftpack.co - fizker/swift-environment-variables as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by fizker.
fizker/swift-environment-variables 1.0.0
Safely extract environment values
⭐️ 0
🕓 1 year ago
.package(url: "https://github.com/fizker/swift-environment-variables.git", from: "1.0.0")

swift-environment-variables

Safely extract environment values.

How to use

  1. Add .package(url: "https://github.com/fizker/swift-environment-variables.git", .upToNextMinor(from: "1.0.0")) to the list of dependencies in your Package.swift file.
  2. Add .product(name: "EnvironmentVariables", package: "swift-environment-variables") to the dependencies of the targets that need to use the models.
  3. Add import EnvironmentVariables in the file and use the types. See the examples or tests for more details at this level.
  4. Then, Xcode can build the DocC documentation, which includes detailed examples for how to use the project.

GitHub

link
Stars: 0
Last commit: 1 week ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

1.0.0
1 year ago

Initial release.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics