1.0.18 • Published 6 years ago

envchk v1.0.18

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

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

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago