2.0.7 • Published 2 years ago

sevenzip v2.0.7

Weekly downloads
3
License
ISC
Repository
github
Last release
2 years ago

Sevenzip

A utility for running sevenzip from node.

Requirements

A version of node that supports async is required. The Sevenzip executable should also exist on the same server.

Setup

This library assumes that the '7z' executable exists in the $PATH environment. In order to specify the location of 7z, do the following:

const SevenZip = require('sevenzip');

SevenZip.executable = '/usr/local/bin/7z';

API

SevenZip.getFiles

Gets a list of files and their attributes from an archive file that sevenzip supports.

SevenZip.extractFile

Extracts a file to a temporary folder and returns the path to the file.

2.0.3

2 years ago

2.0.2

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.5

6 years ago

1.0.4

7 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago