basic script for initial vscode setup
- create .vscode folder 📁
- create settings.json , launch.json for debug
- create tsconfig.json
install from url
deno install --allow-write --allow-read https://raw.githubusercontent.com/vaclavbenes/deno_init/master/deno_init.ts
download repo
git clone https://github.com/vaclavbenes/deno_init.git
install script
deno install --allow-write --allow-read -f deno_init.ts
run in your git repo
./deno_init