0.1.2 • Published 7 months ago

@zhzwz/node v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

@zhzwz/node

一个 NodeJS 环境下的工具库。

createArchiver

import { createArchiver } from '@zhzwz/node'

const archiver = createArchiver()

archiver.append('1.txt')
archiver.append('2-rename.txt', '2.txt')
archiver.appendFile('3.txt', 'The content of `3.txt`.')
archiver.appendFloder('', 'floder-1')
archiver.appendFloder('floder-2')
archiver.appendFloder('floder-3-rename', 'floder-3')

archiver.generateZip('./path/to/demo.zip')
0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago