We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e74f1 commit c008600Copy full SHA for c008600
README.md
@@ -26,6 +26,7 @@ Running it with a directory of PNG files would look like this:
26
27
```
28
$ ./convert-pngs
29
+✓ Script generated successfully
30
Creating output directory
31
Convering input/1.png
32
Convering input/2.png
@@ -36,6 +37,18 @@ Running pngcrush on output/3.png
36
37
Done!
38
39
40
+Running it again will use the cache and not generate any new scripts:
41
+
42
+```
43
+$ ./convert-pngs
44
+✓ Cached script found
45
+Creating output directory
46
+Convering input/1.png
47
+...
48
49
50
+If you want to generate a new script, use the `--no-cache` flag.
51
52
## Prerequisites
53
54
- [Go](https://go.dev/) (1.22 or later)
0 commit comments