Create ar, zip and tar file
Go to file
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
.devcontainer Move to separeted repository 2023-12-16 14:56:17 -03:00
.github Move to separeted repository 2023-12-16 14:56:17 -03:00
.vscode Move to separeted repository 2023-12-16 14:56:17 -03:00
src init zip and tar, and update ar 2023-12-16 19:39:03 -03:00
tests new functions in dpkg and ar fix 2023-04-17 17:21:58 +00:00
.gitignore Move to separeted repository 2023-12-16 14:56:17 -03:00
.npmignore Move to separeted repository 2023-12-16 14:56:17 -03:00
package.json init zip and tar, and update ar 2023-12-16 19:39:03 -03:00
README.md init zip and tar, and update ar 2023-12-16 19:39:03 -03:00
tsconfig.json Move to separeted repository 2023-12-16 14:56:17 -03:00

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