@jace1995/config
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@jace1995/config

Read '.env' properties

Install

npm i -S @jace1995/config

Usage

import get from "@jace1995/config";

const config = {
  CUSTOM_PROPERTY: get("CUSTOM_PROPERTY")
};

console.log(config);

// Config Error: set property CUSTOM_PROPERTY to file ".env"

Readme

Keywords

Package Sidebar

Install

npm i @jace1995/config

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

2.34 kB

Total Files

6

Last publish

Collaborators

  • jace1995