envchk
v1.0.18
Published
```bash npm i envchk --save ```
Downloads
1
Readme
usage
npm i envchk --save
CLI:
envchk
Node.js:
const envchk = require('envchk').checkAll
envchk().then(arr => console.log(arr))
output
[{ name: 'URI_PRODUCTION',
paths: [ 'server/controller/api.js', 'server/app.js' ] },
{ name: 'SESSION_SECRET', paths: [ 'server/app.js' ] },
{ name: 'URI_DEV', paths: [ 'server/app.js' ] },
{ name: 'EMAIL_NOTIFICATION_STATUS',
paths: [ 'server/app.js' ] } ]