swpm
swpm copied to clipboard
[FEATURE REQUEST] Support for Deno
Add support for deno, deno generally uses deno.json (alternative to package.json for Deno) and deno.lock
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)
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.