mem-fs-editor:在mem-fs(https

时间:2024-05-17 23:46:48
【文件属性】:

文件名称:mem-fs-editor:在mem-fs(https

文件大小:89KB

文件格式:ZIP

更新时间:2024-05-17 23:46:48

JavaScript

mem-fs编辑器 在之上工作的文件版本助手 用法 var memFs = require ( "mem-fs" ) ; var editor = require ( "mem-fs-editor" ) ; var store = memFs . create ( ) ; var fs = editor . create ( store ) ; fs . write ( "somefile.js" , "var a = 1;" ) ; #read(filepath, [options]) 读取文件并以字符串形式返回其内容。 如果传递options.raw = true则可以获取原始内容缓冲区。 默认情况下,在不存在的文件路径上调用read()会引发错误。 但是,如果您不想处理try / catch,则可以传递options.defaults = 'your default cont


【文件预览】:
mem-fs-editor-master
----.travis.yml(101B)
----.eslintrc(175B)
----LICENSE-MIT(1KB)
----package.json(1KB)
----__tests__()
--------read.js(2KB)
--------extend-json.js(2KB)
--------write-json.js(2KB)
--------util.js(3KB)
--------append-tpl.js(2KB)
--------exists.js(761B)
--------commit-file-async.js(784B)
--------copy-tpl.js(4KB)
--------commit.js(5KB)
--------copy.js(6KB)
--------read-json.js(1KB)
--------append.js(980B)
--------write.js(1KB)
--------copy-tpl-async.js(4KB)
--------move.js(2KB)
--------copy-async.js(6KB)
--------fixtures()
--------delete.js(1KB)
----.github()
--------workflows()
----package-lock.json(213KB)
----.gitignore(43B)
----lib()
--------index.js(1KB)
--------util.js(2KB)
--------actions()
----README.md(7KB)
----.eslintignore(16B)
----.editorconfig(196B)

网友评论