b3ross / dotenvi

A simple library for generating dotenv files
MIT License
17 stars 7 forks source link

Handling numbers #25

Closed goldcaddy77 closed 6 years ago

goldcaddy77 commented 6 years ago

Currently, the following will fail:

default_env: &default_env
  PORT: 3000

The workaround is to wrap in quotes, but might want to support numbers.