1.0.4 • Published 5 years ago

filecompressor v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

FileCompressor

Compress/unCompress your files to json

Compressing

  var compressor = require("filecompressor");
      compressor().start()
        .then((data) =>{
          console.log(`Compressing complete: ${data.fileLength} File, ${data.folderLength} Folder`)
        })

Decompress compressed json

click build.cmd

Ignore Files

Create .compress-ignore file and add file or dir

Example:

node_modules
test.txt
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago