从文件设置属性使用文件路径和内容设置对象属性。var setPropertyFromFile = require('set-property-from-file');
设置属性时,文件内容如:// foo.txt (Hello!)
,然后使用setPropertyFromFile({bar: true}, 'foo.txt', 'utf8', function(err, res) { if (err) { throw err; } res; //=> {foo: 'Hello!', bar: true}; });
。安装命令为:npm install set-property-from-file
。应用程序接口可以通过var setPropertyFromFile = require('set-property-from-file');
来使用。
set property from file:使用文件路径和内容设置对象属性
文件列表
set-property-from-file-master.zip
(预估有个12文件)
set-property-from-file-master
.gitignore
22B
.eslintrc
111B
package.json
1KB
.travis.yml
122B
LICENSE
1KB
index.js
2KB
README.md
5KB
appveyor.yml
383B
.gitattributes
12B
暂无评论