We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for deno, deno generally uses deno.json (alternative to package.json for Deno) and deno.lock
deno.json
package.json
deno.lock
The text was updated successfully, but these errors were encountered:
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)
deno run
npm:(package)
Sorry, something went wrong.
The easy way to add deno support is to add a new column with command details on this file.
deno
https://github.com/deinsoftware/swpm/blob/main/CHEATSHEET.md
Then I can create the configurations files.
No branches or pull requests
Add support for deno, deno generally uses
deno.json
(alternative topackage.json
for Deno) anddeno.lock
The text was updated successfully, but these errors were encountered: