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: 21 days 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 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T00:24:12.000Z (about 1 year ago)
- Last Synced: 2024-10-29T11:10:37.940Z (about 2 months ago)
- Topics: environment-variables, react, yaml
- Language: TypeScript
- Homepage: https://yaml2env.surge.sh
- Size: 713 KB
- Stars: 1
- Watchers: 3
- 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/)
[![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)