1.0.0 • Published 6 years ago
@atsjj/env v1.0.0
Env
Structured way to fetch environment variables
Installation
npm install --save @atsjj/envUsage
import { NodeEnv } from '@atsjj/env';
export const env = new NodeEnv({
  prefix: 'some',
  namespace: 'project',
  target: 'development'
});
env.optional('url', 'http://some.tld/');1.0.0
6 years ago