obj2env::clipboard:使用对象创建存储环境变量的文件

时间:2024-05-20 05:13:02
【文件属性】:

文件名称:obj2env::clipboard:使用对象创建存储环境变量的文件

文件大小:50KB

文件格式:ZIP

更新时间:2024-05-20 05:13:02

hacktoberfest JavaScript

obj2env 通过使用对象创建存储环境变量的文件。 使用在您的应用程序中加载.env文件。 :cloud: 安装 # Using npm npm install --save obj2env # Using yarn yarn add obj2env :clipboard: 例子 var { item , toArray , toFile } = require ( "obj2env" ) console . log ( item ( "PORT" , 8080 ) ) // => PORT=8080 console . log ( toArray ( { PORT : 8080 , NODE_ENV : "production" } ) ) // => [ 'PORT=8080', 'NODE_ENV=production' ] // Will create a file named `.env


【文件预览】:
obj2env-master
----.gitignore(80B)
----README.md(3KB)
----test()
--------index.js(2KB)
----LICENSE(1KB)
----package.json(1KB)
----CONTRIBUTING.md(3KB)
----.babelrc(33B)
----example()
--------index.js(445B)
----lib()
--------index.js(2KB)
----DOCUMENTATION.md(916B)
----package-lock.json(180KB)

网友评论