Install the cli globally:
deno install -g --allow-env --allow-run --allow-net --allow-read --allow-write -n nest -f jsr:@nest/cli
Then you can use the nests
command to create a new project:
nests
Or create by the following command:
deno run --allow-env --allow-run --allow-net --allow-read --allow-write jsr:@nest/cli