mirror of
https://github.com/tiennm99/MTTools.git
synced 2026-09-01 02:30:48 +00:00
docs: add README
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# image-resizer
|
||||
|
||||
Lightweight image resizing CLI written in Go.
|
||||
|
||||
## Build
|
||||
|
||||
```bash
|
||||
go build -o image-resizer
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
./image-resizer <input> <output> <width> <height>
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Apache-2.0
|
||||
Reference in New Issue
Block a user