Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/magicxor/envjsonconv

Converts .env to .json and vice versa
https://github.com/magicxor/envjsonconv

cli command-line-tool config converter cross-platform developer-tools development dotnet dotnet-core env ini json

Last synced: about 1 month ago
JSON representation

Converts .env to .json and vice versa

Awesome Lists containing this project

README

        

# EnvJsonConv
Converts ASP.NET Core configs: .env to .json and vice versa

## Usage
```powershell
.\EnvJsonConv.exe -i -o [--add-prefix ] [--remove-prefix ]
```

e.g.
```powershell
.\EnvJsonConv.exe -i launchSettings.json -o Development.env
.\EnvJsonConv.exe -i Development.env -o launchSettings.json
```