zenv 0.5.0

Dotenv (.env) loader written in rust
Documentation
<h1 align="center">
    <code>.zenv</code>
</h1>
<p align="center">Dotenv (.env) loader written in rust</p>

This can be used as a crate in your project or as a standalone cli command.

## Installation

#### As a Crate

Add `zenv` with a version of your choice in the `Cargo.toml`

#### As a Command

-   **Using `cargo`**

```sh
cargo install <TODO>
```

-   **From binaries**

Check out the [Release page](https://github.com/numToStr/zenv/releases) for prebuild binaries for `zenv`, available for different operating systems.

## Credits

-   [motdotla/dotenv]https://github.com/motdotla/dotenv
-   [joho/godotenv]https://github.com/joho/godotenv