From 5cf501a5e491a32e8c946c78d746a2b19b3714f5 Mon Sep 17 00:00:00 2001 From: Luka Leer Date: Fri, 11 Oct 2024 14:59:42 +0200 Subject: [PATCH 1/3] =?UTF-8?q?=E2=9C=A8=20Add=20support=20for=20Deno=20sh?= =?UTF-8?q?ortcuts=20and=20wildcards?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luka Leer --- docs/cli/shortcuts.md | 3 +- .../expand-npm-shortcut.spec.ts | 25 +- src/command-parser/expand-npm-shortcut.ts | 31 ++- .../expand-npm-wildcard.spec.ts | 227 +++++++++++++++--- src/command-parser/expand-npm-wildcard.ts | 94 +++++--- 5 files changed, 295 insertions(+), 85 deletions(-) diff --git a/docs/cli/shortcuts.md b/docs/cli/shortcuts.md index 36bbf19a..d0a79d8a 100644 --- a/docs/cli/shortcuts.md +++ b/docs/cli/shortcuts.md @@ -1,6 +1,6 @@ # Command Shortcuts -Package managers that execute scripts from a `package.json` file can be shortened when in concurrently.
+Package managers that execute scripts from a `package.json` or `deno.json` file can be shortened when in concurrently.
The following are supported: | Syntax | Expands to | @@ -10,6 +10,7 @@ The following are supported: | `yarn: