Mayowa-Ojo / exenv

Generate .env.example files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exenv

Zero dependency .env.example generator (is that fancy enough?)

Generates an env.example file in the current directory from the specified .env file.

Usage

Build the binary

$ git clone https://github.com/Mayowa-Ojo/exenv.git
$ cd exenv
$ go build -o bin/
$ go install

Commands

$ exenv -path .env -sep =

About

Generate .env.example files


Languages

Language:Go 100.0%