Open
Description
I've tried
deno install --unstable --name uscript-deno main.ts
and
deno install --unstable --allow-net --allow-read --allow-run --allow-write --name uscript-deno main.ts
as found in the Install section but nothing happens.
Here is what I as a user wants:
- I know how to write Typescript code
- I know how to point a user script manager (like Tampermonkey) to a specific js file on my machine: https://stackoverflow.com/a/55568502/9787887
- So I need a way to write Typescript code in a folder
my-script/main.ts
,my-script/abc.ts
,... and know the generated js filemy-script/main.bundle.user.js
to point to. I think it's understandable by looking at yourtestdata
folder. Now, how to get there? The exact steps (do I need to clone this repository? do I need to install anything in advance?deno
?). Thanks.
Metadata
Metadata
Assignees
Labels
No labels