|
|
|
|
|
by tracker1
155 days ago
|
|
You might consider Deno with Typescript... it's a single exe runtime, with a self-update mechanism (deno upgrade) and can run typescript/javascript files that directly reference the repository/http/modules that it needs and doesn't require a separate install step for dependency management. I've been using it for most of my local and environment scripting since relatively early on. |
|