eagle-env
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

Readme

Keywords

Package Sidebar

Install

npm i eagle-env

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

2.73 kB

Total Files

6

Last publish

Collaborators

  • dylangles