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!
- Host: GitHub
- URL: https://github.com/axetroy/ls-gzip-cli
- Owner: axetroy
- License: mit
- Created: 2017-03-28T03:23:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T07:50:20.000Z (about 7 years ago)
- Last Synced: 2025-05-12T13:53:09.706Z (about 1 year ago)
- Topics: axetroy, cli, gzip, ls, ls-gzip, nodejs, print
- Language: JavaScript
- Size: 60.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# ls-gzip-cli
[](https://travis-ci.org/axetroy/ls-gzip-cli)
[](https://david-dm.org/axetroy/ls-gzip-cli)


[](https://badge.fury.io/js/ls-gzip-cli)
Display the file size after gzip compression!

## 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)