zip-lib

v1.0.4
zip and unzip library for node
zip folder unzip archive extract promise async

compile

rimraf ./lib && tsc -p ./src/tsconfig.json

release

rimraf ./lib && tsc -p ./src/tsconfig.release.json

compile-test

rimraf ./test/out && tsc -p ./test/src/tsconfig.json

test

node ./test/src/before.js && mocha ./test/out --timeout 10000

pack

npm run release && npm pack

publish

npm run release && npm publish
npm i zip-lib

Metadata

  • MIT
  • >=12
  • fpsqdb
  • released 4/26/2024

Downloads

Maintainers