Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielrufino/npacker
🗜️ Compressor de arquivos feito em Node.js
https://github.com/gabrielrufino/npacker
cli compression gzip nodejs
Last synced: 7 days ago
JSON representation
🗜️ Compressor de arquivos feito em Node.js
- Host: GitHub
- URL: https://github.com/gabrielrufino/npacker
- Owner: gabrielrufino
- License: mit
- Created: 2021-03-06T02:21:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T09:58:13.000Z (5 months ago)
- Last Synced: 2024-06-10T03:32:51.208Z (5 months ago)
- Topics: cli, compression, gzip, nodejs
- Language: JavaScript
- Homepage:
- Size: 143 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npacker
Compressor de arquivos feito com Node.js
## Como instalar?
```bash
git clone https://github.com/gabrielrufino/npacker
cd npacker
npm link
```## Comprimir & Descomprimir
```bash
npacker pack test.txt
``````bash
npacker unpack test.txt.gz
```