2.0.7 • Published 8 months ago

sevenzip v2.0.7

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

8 months ago

2.0.2

8 months ago

2.0.5

8 months ago

2.0.4

8 months ago

2.0.7

8 months ago

2.0.6

8 months ago

2.0.1

8 months ago

2.0.0

8 months ago

1.0.5

5 years ago

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago