swpm icon indicating copy to clipboard operation
swpm copied to clipboard

[FEATURE REQUEST] Support for Deno

Open andriemc opened this issue 1 year ago • 2 comments

Add support for deno, deno generally uses deno.json (alternative to package.json for Deno) and deno.lock

andriemc avatar May 11 '24 07:05 andriemc

oh and a alternative to npx but for deno is deno run basically (since it's the same, you just have to add npm:(package) if it's from npm)

andriemc avatar May 11 '24 07:05 andriemc

The easy way to add deno support is to add a new column with command details on this file.

https://github.com/deinsoftware/swpm/blob/main/CHEATSHEET.md

Then I can create the configurations files.

equiman avatar Aug 02 '24 16:08 equiman