loose-envify
Fast (and loose) selective process.env
replacer using js-tokens instead of an AST. Works just like envify but much faster.
Gotchas
Doesn't handle broken syntax.
Doesn't look inside embedded expressions in template strings.
this won't work:
Doesn't replace oddly-spaced or oddly-commented expressions.
this won't work:
Usage/Options
loose-envify has the exact same interface as envify, including the CLI.
Benchmark
Last updated