An open API service indexing awesome lists of open source software.

https://github.com/axetroy/ls-gzip-cli

Display the file size after gzip compression!
https://github.com/axetroy/ls-gzip-cli

axetroy cli gzip ls ls-gzip nodejs print

Last synced: 2 months ago
JSON representation

Display the file size after gzip compression!

Awesome Lists containing this project

README

          

# ls-gzip-cli

[![Build Status](https://travis-ci.org/axetroy/ls-gzip-cli.svg?branch=master)](https://travis-ci.org/axetroy/ls-gzip-cli)
[![Dependency](https://david-dm.org/axetroy/ls-gzip-cli.svg)](https://david-dm.org/axetroy/ls-gzip-cli)
![License](https://img.shields.io/badge/license-MIT-green.svg)
![Node](https://img.shields.io/badge/node-%3E=6.0-blue.svg?style=flat-square)
[![npm version](https://badge.fury.io/js/ls-gzip-cli.svg)](https://badge.fury.io/js/ls-gzip-cli)

Display the file size after gzip compression!

![Screenshot](https://raw.githubusercontent.com/axetroy/ls-gzip-cli/master/screenshot.png)

## Installation
```bash
npm install ls-gzip-cli -g
# or use npx
npx s-gzip-cli ./
```

## Usage

```bash
$ ls-gzip --help

ls-gzip 0.1.0

USAGE

ls-gzip [path]

ARGUMENTS

[path] Specify a path to display the gzip size, it can be a dir or a file. optional default: "./"

GLOBAL OPTIONS

-h, --help Display help
-V, --version Display version
--no-color Disable colors
--quiet Quiet mode - only displays warn and error messages
-v, --verbose Verbose mode - will also output debug messages

```

## Contributing

```bash
git clone https://github.com/axetroy/ls-gzip-cli.git
cd ./ls-gzip-cli
yarn
./bin/ls-gzip
```

You can flow [Contribute Guide](https://github.com/axetroy/ls-gzip-cli/blob/master/contributing.md)

## Contributors

| [
Axetroy](https://github.com/axetroy)
[💻](https://github.com/axetroy//commits?author=axetroy) 🔌 [⚠️](https://github.com/axetroy//commits?author=axetroy) [🐛](https://github.com/axetroy//issues?q=author%3Aaxetroy) 🎨 |
| :---: |

## License

The [MIT License](https://github.com/axetroy/ls-gzip-cli/blob/master/LICENSE)