Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```