You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@
10
10
This repository conatins a collection of [deno](https://deno.land/) scripts, meant to aid the project in various ways.
11
11
The scripts require no additional dependencies.
12
12
13
+
You will find compiled windows binaries of the tools under [releases](https://github.com/TransDB-de/Tools/releases).
14
+
The deno compile feature is experimental! Some tools may not behave as expected.
15
+
13
16
Note, that due to how deno handles third-party modules, running a script for the first time requires an internet connection.
14
17
15
18
## GeoDbJson
@@ -21,7 +24,7 @@ Only the used fields are imported, and the "lat" and "lon" fields are converted
21
24
22
25
### Usage
23
26
24
-
Use `deno run -A GeoDbJson/main.ts` to run the script. The resulting JSON document will appear in the same folder as the script.
27
+
Use `deno run -A GeoDbJson/main.ts` to run the script, or download a compiled binary and run it. The resulting JSON document will appear in the current working directory.
0 commit comments