moved scripts and updated readme

main
Antonio De Lucreziis 2 years ago
parent 37d1745041
commit 83a0218d28

10
.gitignore vendored

@ -1,11 +1 @@
.env
*.local*
node_modules/
bin/
.out/
out/
dist/
.vscode/

@ -3,3 +3,9 @@
- [`pdf-compress`](./pdf-compress)
A utility that uses convert to render each page of a PDF to a JPEG image and then merges them back into a single document.
## Install
```zsh
$ ln -sv bin/* ~/.local/bin/
```
Loading…
Cancel
Save