conf:为您的应用程序或模块进行简单的配置处理 源码
conf 为您的应用程序或模块进行简单的配置处理 您唯一需要关心的是要坚持什么。 这个模块将处理所有迟钝的细节,例如在哪里和如何。 如果您需要Electron,请改用 。 安装 $ npm install conf 用法 const Conf = require ( 'conf' ) ; const config = new Conf ( ) ; config . set ( 'unicorn' , ':unicorn_face:' ) ; console . log ( config . get ( 'unicorn' ) ) ; //=> ':unicorn_face:' // Use
文件列表
conf-main.zip
(预估有个15文件)
conf-main
.gitignore
40B
tsconfig.json
175B
.github
workflows
main.yml
549B
funding.yml
113B
test
index.test-d.ts
3KB
config-encrypted-with-conf-4-1-0.json
32B
暂无评论