1 Star 0 Fork 54

晚风拂柳颜/jd_scripts_1

forked from 舞动的风/jd_scripts 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jd_hello_wind_env_copy.js 223 Bytes
一键复制 编辑 原始数据 按行查看 历史
wudongdefeng 提交于 2022-02-22 23:26 . diy仓库更新于:2022-02-22 23:23
/**
* task jd_env_copy.js now
* ts-node jd_ts_test.ts
*/
const fs = require('fs')
let s = ''
for (let key in process.env) {
s += `${key}=${process.env[key]}` + '\n'
}
fs.writeFileSync('/ql/scripts/.env', s, 'utf-8')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hjdhnx/jd_scripts_1.git
[email protected]:hjdhnx/jd_scripts_1.git
hjdhnx
jd_scripts_1
jd_scripts_1
master

搜索帮助