https://github.com/malcodeman/yaml-2-env
⚛ YAML to .env convertor
https://github.com/malcodeman/yaml-2-env
environment-variables react yaml
Last synced: 4 months ago
JSON representation
⚛ YAML to .env convertor
- Host: GitHub
- URL: https://github.com/malcodeman/yaml-2-env
- Owner: malcodeman
- License: mit
- Created: 2020-03-26T15:47:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T00:24:12.000Z (about 2 years ago)
- Last Synced: 2025-03-24T17:53:25.653Z (9 months ago)
- Topics: environment-variables, react, yaml
- Language: TypeScript
- Homepage: https://yaml2env.surge.sh
- Size: 713 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - yaml-2-env - Simple YAML to .env convertor. (Next.js)
README
# [YAML 2 .env](https://yaml2env.surge.sh/)
[](https://github.com/prettier/prettier)
[](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).

## Getting started
```
git clone https://github.com/malcodeman/yaml-2-env
cd yaml-2-env
npm install
npm run dev
```
## License
[MIT](./LICENSE)