Update README.md

This commit is contained in:
Indy 2022-11-29 15:47:48 +01:00 committed by GitHub
parent cbc0c1e557
commit e4f5415693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,7 @@ Options:
## Motivation
I started this project a while ago after an online friend asked me how he could delete all his images hosted on Imgur. While a simple script was enough to help him I wanted to make the project as accessible as possible. So I was trying to make it an executable. I made that project with TS/Node.js and was planning to package it. I tried to use projects like [PKG](https://github.com/vercel/pkg) or even tried [NCC](https://github.com/vercel/ncc), but I had issues trying to package it. It wasn't able to package the [Open](https://www.npmjs.com/package/open) dependency.
I started this project a while ago after an online friend asked me how he could delete all his images hosted on Imgur. While a simple script was enough to help him, I wanted to make the project as accessible as possible by making it a standalone executable. I made that project with TS/Node.js and was planning to package it. I tried to use projects like [PKG](https://github.com/vercel/pkg), but I kept having issues trying to package it. It wasn't able to package the [Open](https://www.npmjs.com/package/open) dependency and would have to be downloaded alongside the package.
### Why Rust?