文件名称:gh-conf-write:写入gihub配置文件
文件大小:17KB
文件格式:ZIP
更新时间:2024-05-18 21:04:35
github config gh-conf gh-conf-write github-config-write
gh-conf-write 将内容写入github配置文件 它读取github配置文件并返回其内容。 它需要存储库路径作为读取配置的输入。 给我们一个 :star: 如果你喜欢我们的工作 :red_heart: 如果您喜欢我的作品,请考虑捐赠 安装 $ npm install @gh-conf/gh-conf-write 用法 const { writeConf } = require ( '@gh-conf/gh-conf-write' ) ; ( async ( ) => { try { const writeResult = await writeConf ( './gh-conf-write' , 'CONTENT' ) ; console . log ( writeResult ) ; /** * { * status: 'success',
【文件预览】:
gh-conf-write-master
----.travis.yml(37B)
----index.js(81B)
----package.json(955B)
----tests()
--------test.js(2KB)
----LICENSE(1KB)
----package-lock.json(32KB)
----write-config.js(1KB)
----CONTRIBUTING.md(1KB)
----.gitignore(26B)
----CODE_OF_CONDUCT.md(5KB)
----README.md(3KB)