envchk

1.0.18 • Public • Published

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' ] } ]

Readme

Keywords

none

Package Sidebar

Install

npm i envchk

Weekly Downloads

0

Version

1.0.18

License

ISC

Unpacked Size

8.77 kB

Total Files

6

Last publish

Collaborators

  • everthis