b3ross / dotenvi

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

feat(recursive): full recursive support #37

Closed b3ross closed 5 years ago

b3ross commented 5 years ago

Dotenvi now supports recursion. You can specify an expression that returns another expression. For example, if the following environment variables are defined:

If you evaluate ${env:RECURSIVE_OUTER}, it will return footestbartest-test.

b3ross commented 5 years ago

@goldcaddy77 can you take a look and let me know if you approve? Need another pair of 👀 on this because I've been away from this code for a while.

b3ross commented 5 years ago

Should add a change to README...

b3ross commented 5 years ago

:tada: This PR is included in version 0.6.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

goldcaddy77 commented 5 years ago

Looks good 👍