1.0.6 • Published 8 years ago

squashfs-nodejs v1.0.6

Weekly downloads
7
License
ISC
Repository
github
Last release
8 years ago

squashfs-nodejs

squashfs for nodejs

NOTE: v1.0.x only supports unsquashfs

Install

npm install squashfs-nodejs

Usage

squashfs.unsquashfs(Squashfs File, Output directory, callback)

var squashfs = require("squashfs-nodejs");

squashfs.unsquashfs("mySquashfsFile", "/my/ourput/directory", function(err, errcode){
  if (!err){
    console.log("success");
  }
})

error codes:

ERROR.NOT_EXISTING ERROR.CANNOT_READ ERROR.OUTPUT_DIR_EXISTS ERROR.NOT_ENOUGH_ARGS ERROR.UNKNOWN

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago