Ecosyste.ms: Awesome

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

https://github.com/malcodeman/yaml-2-env

⚛ YAML to .env convertor
https://github.com/malcodeman/yaml-2-env

environment-variables react yaml

Last synced: 2 months ago
JSON representation

⚛ YAML to .env convertor

Lists

README

        

# [YAML 2 .env](https://yaml2env.surge.sh/)

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/yaml-2-env/blob/master/LICENSE)

Simple YAML to .env convertor. Designed for Kubernetes [ConfigMaps](https://kubernetes.io/docs/concepts/configuration/configmap).

![Screenshot](readme/screenshot.png)

## Getting started

```
git clone https://github.com/malcodeman/yaml-2-env
cd yaml-2-env
npm install
npm run dev
```

## License

[MIT](./LICENSE)