文件名称:get-cff:从文件获取配置
文件大小:124KB
文件格式:ZIP
更新时间:2024-04-19 07:51:07
config files loader JavaScript
get-cff 从文件获取配置 为什么 ? 自动检测类型文件并从文件导入配置。 支持: js json 点文件 yml 安装 npm i -S get-cff 注意:此项目与节点v6 +兼容 用法 import getCff from 'get-cff' ; getCff ( 'path/to/config/file' ) . then ( config => { console . log ( config ) ; } ) ; 返回配置对象{属性:值} 选项 path 类型: string 默认: '' 描述:配置文件的路径
【文件预览】:
get-cff-master
----.travis.yml(135B)
----changelog.md(7KB)
----package.json(3KB)
----readme.md(2KB)
----test()
--------get-cff.spec.js(1KB)
--------files()
----license(1KB)
----package-lock.json(570KB)
----appveyor.yml(401B)
----src()
--------index.js(619B)
----.npmignore(79B)
----.gitignore(75B)
----.codecov.yml(48B)
----.editorconfig(283B)