1.0.16 • Published 4 years ago

dolphin-zipser v1.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

dolphin-zipser

NodeJS zipper on steroids (powered by Rust engine)

Install this test package

yarn add dolphin-zipser

Support matrix

Operating Systems

node12node14node16
Windows x64
Windows x32
macOS x64
macOS arm64
Linux x64 gnu
Linux x64 musl

Ability

Build

After yarn build/npm run build command, you can see package-template.[darwin|win32|linux].node file in project root. This is the native addon built from lib.rs.

Develop requirements

  • Install latest Rust
  • Install Node.js@10+ which fully supported Node-API
  • Install yarn@1.x

Test in local

  • yarn
  • yarn build