archive/README.md
Matheus Sampaio Queiroga d9926af2c8
init zip and tar, and update ar
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
2023-12-16 19:39:03 -03:00

278 B

Node.js archives stream

Create and extract some file formats such as ar, tar or zip.

Current support

  • ar:

    • Create
    • Extract

    Note

    Only support stream.

  • tar:

    • Extract
    • Create
  • zip:

    • Extract
    • Create