add deno
[webi-installers/.git] / deno / package.yash
1 # title: Deno
2 # homepage: https://github.com/denoland/deno
3 # tagline: |
4 #   Deno: A secure runtime for JavaScript and TypeScript.
5 # description: |
6 #   Deno proves that lightning does strike twice. It's the ease of use of node, the intentional tooling of Go, and built in Rust.
7 # examples: |
8 #   The obligatory Hello World
9 #
10 #   ```bash
11 #   deno run https://deno.land/std/examples/welcome.ts
12 #   ```
13 #
14 #   Run a local file
15 #
16 #   ```bash
17 #   deno run ./hello.ts
18 #   ```
19 #
20 #   Enable [permissions](https://deno.land/manual/getting_started/permissions)
21 #
22 #   ```bash
23 #   deno run --allow-read=./data,./public --allow-write=./data \
24 #       --allow-net=example.com,example.net ./hello.ts
25 #   ```
26 #
27 #   Format source code, recursively
28 #
29 #   ```bash
30 #   deno fmt ./my-project
31 #   ```
32 #
33
34
35 This is a comment... because... poor choices I made.
36
37 Don't worry, this will be yaml or markdown in the... sometime... future