koa-browse-sevenzip

1.0.3 • Public • Published

Koa-browse-sevenzip

Koa middleware to list or extract archive files based on koa-browse.

Installation

npm install --save koa-browse-sevenzip

Requirements

Koa-browse is required for this middleware to work.

Also a 7z executable is required to be in the app's PATH. If not, it can be reassigned using the sevenzip module.

const SevenZip = require('sevenzip');
SevenZip.executable = "/home/richard/bin/7z";

/koa-browse-sevenzip/

    Package Sidebar

    Install

    npm i koa-browse-sevenzip

    Weekly Downloads

    1

    Version

    1.0.3

    License

    ISC

    Last publish

    Collaborators

    • coverslide