Skip to content

TheAngryDarling/SwiftConfigKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConfigKit

swift >= 4.0 macOS Linux Apache 2

Structure for loading configuration details from file, environment, or command line

Usage

var config: Config = Config().load(fromFile: "/.../global_settings.json").load(fromFile: "~/.../local_settings.json")

if let connection = config.getConnection(withName: "web service") {
    let uri = conncetion.uri
    
}

Dependancies

  • VersionKit - Used for reference of the version of this package ConfigKit.version - VersionKit

Authors

License

This project is licensed under Apache License v2.0 - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages