From 04b04eea660a5b751dc7ec5c01903716fb971a30 Mon Sep 17 00:00:00 2001 From: Frederic Linn <36849099+theGEBIRGE@users.noreply.github.com> Date: Tue, 29 Oct 2024 08:40:17 +0100 Subject: [PATCH] Add Deno Dig to tools section Add entry for Deno Dig, which is able to extract application code and npm packages from executables produced by `deno compile`. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 548c9be..a83f478 100644 --- a/README.md +++ b/README.md @@ -358,6 +358,7 @@ This list is a collection of the best Deno modules and resources. - [denoversion](https://github.com/lucascaro/denoversion) - SemVer and git version management for Deno. - [denox](https://github.com/BentoumiTech/denox) - Like packages.json scripts, but for Deno with permissions support. - [deno.mk](https://github.com/MarkTiedemann/deno.mk) - Cross-platform Makefile for installing and running Deno. +- [Deno Dig](https://github.com/theGEBIRGE/DenoDig) - A tool for extracting application code and npm packages from stand-alone Deno executables. - [deno_docker](https://github.com/denoland/deno_docker) - Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu. - [dev_server](https://github.com/zhmushan/dev_server) - Let TypeScript files be used directly in the script tag. - [dmm](https://github.com/drashland/dmm) - Lightweight Deno Module Manager