0.2.0 • Published 10 months ago

@hiweus/env-ensurer v0.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

Environment ensurer :hammer_and_wrench:

This project project validate environment variables at service startup to make sure no configuration is missing.

How to use ? :blue_book:

It is just simple, just import and put into your application entrypoint.

import { parserEnvironment } from '@hiweus/env-ensurer'
// OR
const { parserEnvironment } = require('@hiweus/env-ensurer')

parserEnvironment('src/environment.d.ts')
0.2.0

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago