2.0.7 • Published 3 years ago

sevenzip v2.0.7

Weekly downloads
3
License
ISC
Repository
github
Last release
3 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

3 years ago

2.0.2

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.5

7 years ago

1.0.4

8 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago