1.1.2 • Published 8 years ago

zipme v1.1.2

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
8 years ago

zipme NPM version Build Status Dependency Status Coverage percentage

A command line utility to compress and decompress any type of file.

Are you running out of space? Don't worry, you can save space by using zipme.

Installation

$ npm install --g zipme

Options

zipme --help

Example
  aupadhyay@localhost zipme$ zipme --help

  A command line utility to compress and de-compress any type of file.

  Usage
      zipme z <file_path> // this will zip the file
      zipme uz <file_path> // this will unzip the file
  Example
      zipme /home/aupadhyay/Videos/amit.mp4

  Developer
      Amit Upadhyay (github.com/amit-upadhyay-it)

Usage

$ zipme z filename // this will compress the file 'filename'

$ zipme uz filename // this will decompress the file 'filename'

NOTE: Once the file gets compressed it's extension is changed to .zipme.

Documentation

It's easy to use.

  • To compress any file, just write zipme z filename, on the command line.
  • To decompress the file, write zipme uz filename, on the command line.

License

Apache-2.0 © Amit Upadhyay

1.1.2

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

0.0.0

8 years ago