windows-zip:在Windows上压缩和解压缩

时间:2021-03-27 08:02:34
【文件属性】:
文件名称:windows-zip:在Windows上压缩和解压缩
文件大小:99KB
文件格式:ZIP
更新时间:2021-03-27 08:02:34
视窗压缩 在Windows上压缩和解压缩。 怎么做的 安装 npm install windows-zip 用法 zipSync const { zipSync } = require ( 'windows-zip' ) ; const path = [ '' , '' ] ; const dest = '' ; zipSync ( path , dest ) ; 解压缩同步 const { unzipSync } = require ( 'windows-zip' ) ; const path = '<path to the so
【文件预览】:
windows-zip-main
----.babelrc(38B)
----.husky()
--------.gitignore(2B)
----package.json(2KB)
----.eslintrc.json(357B)
----.github()
--------FUNDING.yml(16B)
----test()
--------data()
--------index.test.js(2KB)
----.prettierrc(105B)
----LICENSE(1KB)
----package-lock.json(398KB)
----src()
--------zip.js(882B)
--------index.js(126B)
--------unzip.js(720B)
----jest.config.json(262B)
----index.d.ts(952B)
----.gitignore(2KB)
----CHANGELOG.md(646B)
----commitlint.config.js(68B)
----README.md(2KB)
----.huskyrc.json(133B)
----.editorconfig(318B)
----jsdoc.config.json(453B)
----.vscode()
--------settings.json(254B)

网友评论