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

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 2 months ago
JSON representation

Converts .env to .json and vice versa

Awesome Lists containing this project

README

          

# EnvJsonConv

[![release](https://github.com/magicxor/EnvJsonConv/actions/workflows/release.yml/badge.svg)](https://github.com/magicxor/EnvJsonConv/actions/workflows/release.yml)

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
```