Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 528 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 528 Bytes

deno_init 🦖

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