volution / z-run

z-run -- scripting library lightweight Go-based tool
35 stars 1 forks source link

Add support for environment files / folders (i.e. dotenv) #9

Closed cipriancraciun closed 4 years ago

cipriancraciun commented 4 years ago

When resolving a library's sources, also env files should be aggregated and merged into the library.

(These can be used to hold various configuration items.)

cipriancraciun commented 4 years ago

This was partially solved by declaring environment variables like so:

&&== env NAME value