AndersDJohnson / AndersDJohnson/dotenv-export
Inline env JSON
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 10
- Forks
- 3
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I'm trying to define a JSON inline object in an env variable and it breaks while exporting:
`.env`:
```
JSON={"life":42}
```
```
$ source <(dotenv-export)
$ env
JSON={life:42}
```
The defined variable should actually be `JSON={"life":42}`.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.