Browse Source

gen-screenshot: check types on run

pull/32/head
D. Bohdan 8 months ago
parent
commit
421171cb63
  1. 2
      gen-screenshot.ts

2
gen-screenshot.ts

@ -1,4 +1,4 @@
#! /usr/bin/env -S deno run --allow-env --allow-net --allow-read --allow-run --allow-write
#! /usr/bin/env -S deno run --allow-env --allow-net --allow-read --allow-run --allow-write --check
// Generate the screenshot and its thumbnail for a project.
// To install the dependencies on Debian/Ubuntu:
// $ sudo apt install imagemagick optipng

Loading…
Cancel
Save