1.0.16 • Published 4 years ago
dolphin-zipser v1.0.16
dolphin-zipser
NodeJS zipper on steroids (powered by Rust engine)
Install this test package
yarn add dolphin-zipser
Support matrix
Operating Systems
node12 | node14 | node16 | |
---|---|---|---|
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 supportedNode-API
- Install
yarn@1.x
Test in local
- yarn
- yarn build