Skip to content

stoneream/deno-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

deno-sandbox

denoで遊んで見るテスト

Windows環境へのインストール

irm https://deno.land/install.ps1 | iex

作業環境関係

  "deno": {
    "enable": true,
    "lint": true
  },

getting started

deno run -A .\hello.ts
# Hello, TypeScript

run-A オプション is....

deno run
# ....
#   -A, --allow-all
#           Allow all permissions. Learn more about permissions in Deno:
#           https://deno.land/manual@v1.40.3/basics/permissions

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published