@8zip/all
TypeScript icon, indicating that this package has built-in type declarations

23.1.1 • Public • Published

@8zip/all

Bundle of all platform-specific binaries for 7zip. This is useful for when you're implementing your own platform detection, e.g. during a cross-platform build of an Electron package.

If you're not doing that, you probably want to use the @8zip/bin package instead. It automatically detects the platform it's installed on and uses the appropriate binary.

Usage

npm i @8zip/all
yarn add @8zip/all
pnpm add @8zip/all
const paths = require('@8zip/bin')

console.log(paths)
/*> {
  windows: '/path/to/@8zip/windows/dist/7za.exe',
  mac:     '/path/to/@8zip/mac/dist/7za',
  linux:   '/path/to/@8zip/linux/dist/7za'
} */

Readme

Keywords

none

Package Sidebar

Install

npm i @8zip/all

Weekly Downloads

1

Version

23.1.1

License

LGPL-3.0-only

Unpacked Size

9.71 MB

Total Files

7

Last publish

Collaborators

  • dissociating