run-deno-run
v0.1.0
Published
Run current file on a new terminal with `deno run -a --unstable`
Readme
run-deno-run README
Disclaimer: This is an independent "for fun" project, I'm not associated with Deno, icon is from https://deno.com/deploy
Run current file on a new terminal with deno run -A --unstable or watch for changes with deno run -A --watch --unstable.
Features
Run current file on a new terminal with deno run -A --unstable.
Run current file and watch for changes on a new terminal with deno run -A --watch --unstable.
0.0.1
Initial release
Added run
0.1.0
Always cd into file's directory before running
Added watch
