1.0.3 • Published 3 years ago

eagle-env v1.0.3

Weekly downloads
95
License
ISC
Repository
gitlab
Last release
3 years ago

Description

Prints environment variables containing a particular string.

Usage

Import Eagle and invoke its static print method, passing process.env and a string to match.

import { Eagle } from "eagle-env";

Eagle.print(process.env, "MY_MATCH_STRING");

Example output:

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
MY_MATCH_STRING_PRODUCTION: false
MY_MATCH_STRING_API_KEY: abcd1234
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago