Ecosyste.ms: Awesome
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 1 month ago
JSON representation
Converts .env to .json and vice versa
- Host: GitHub
- URL: https://github.com/magicxor/envjsonconv
- Owner: magicxor
- License: unlicense
- Created: 2023-10-02T19:16:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-14T02:02:00.000Z (2 months ago)
- Last Synced: 2024-12-14T03:16:46.920Z (2 months ago)
- Topics: cli, command-line-tool, config, converter, cross-platform, developer-tools, development, dotnet, dotnet-core, env, ini, json
- Language: C#
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```