If you are developing cross platform command line apps, you need an easy way to interact with the environment variables. Env provides just that.
You can use Env with Guaka to create aweseome command line applications.
Usage
// Set an enviroment variable
Env.set("key1", "value1")
// Get an environment variable
Env.get("SomeKey")
// Clear all variables
Env.clear()
// Get all keys and values
Env.keys()
Env.values()
Installation
You can install Env using Swift Package Manager (SPM) or Carthage.
Env
Why?
If you are developing cross platform command line apps, you need an easy way to interact with the environment variables.
Env
provides just that.You can use
Env
with Guaka to create aweseome command line applications.Usage
Installation
You can install Env using Swift Package Manager (SPM) or Carthage.
Swift Package Manager
Add Env as dependency in your
Package.swift
.Carthage
Tests
Tests can be found here.
Run them with
Contributing
Just send a PR! We don’t bite ;)