vaclavbenes / deno_init

Create basic deno setup for vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Create basic deno setup for vscode


Languages

Language:TypeScript 100.0%