1
0
Fork
You've already forked envy
0
A dead-simple .env parser library for Jule.
  • Shell 100%
2026年05月17日 19:28:27 +02:00
tests Add check for invalid assignments and missing elements, update tests and gitignore 2026年05月17日 19:28:27 +02:00
.gitignore Add check for invalid assignments and missing elements, update tests and gitignore 2026年05月17日 19:28:27 +02:00
envy.jule Add check for invalid assignments and missing elements, update tests and gitignore 2026年05月17日 19:28:27 +02:00
jule.mod Setup project and create tests 2026年05月17日 12:11:27 +02:00
LICENSE Add README and LICENSE 2026年05月17日 12:21:59 +02:00
README.md chore: update README 2026年05月17日 12:59:00 +02:00
run_tests.sh fix: update functions and scripts to load .env correctly 2026年05月17日 12:56:25 +02:00

Envy

Envy is a dead-simple .env parser library for Jule. It follows the Smartmob specification.

Compatibility

Envy only works with julec 0.2.1 at the moment.