文件名称:使用Ajv和dotenv验证环境变量-Node.js开发
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-16 04:21:29
Node.js Miscellaneous
env-schema实用程序,用于使用JSON模式,Ajv和dotenv检查环境变量。 安装npm install --save env-schema用法const envSchema = require('env-schema')const schema = {type:'ob env-schema实用程序,用于使用JSON模式,Ajv和dotenv检查环境变量。 安装npm install --save env-schema用法const envSchema = require('env-schema')const schema = {类型:'对象',必需:['端口'],属性:{端口:{类型:'字符串' ,默认值:3000}}} const config = envSchema({schema:schema,data:data //可选,默认值:process.env dotenv:true //加载.env(如果存在,默认值:false})console.log(配置)//
【文件预览】:
env-schema-master
----.github()
--------stale.yml(772B)
--------dependabot.yml(261B)
--------workflows()
----LICENSE(1KB)
----test()
--------.env(79B)
--------basic.test.js(6KB)
--------expand.test.js(1KB)
--------types()
--------make-test.js(420B)
--------fluent-schema.test.js(486B)
----README.md(3KB)
----index.d.ts(401B)
----.gitignore(2KB)
----index.js(3KB)
----package.json(1KB)