@indepthwebsolutions/config
v1.0.17
Published
Scoped config and easy environment variables.
Maintainers
Readme
Indepth Config
Usage
This package can read environment variables and scopes some data across all @indepthwebsolutions packages.
Installation
NPM
npm i @indepthwebsolutions/configYARN
yarn add @indepthwebsolutions/configUsage
import config from '@indepthwebsolutions/config';
const port = config.PORT || 3000;.env
PORT=3001