summaryrefslogtreecommitdiff
path: root/README.md
blob: f726afb2dec7a4b9d6678a67c89551fda157da98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# deno

|      **Linux & Mac**       |        **Windows**         |
| :------------------------: | :------------------------: |
| [![][tci badge]][tci link] | [![][avy badge]][avy link] |

See documentation at https://deno.land/

<!-- prettier-ignore -->
[avy badge]: https://ci.appveyor.com/api/projects/status/yel7wtcqwoy0to8x?branch=master&svg=true
[avy link]: https://ci.appveyor.com/project/deno/deno
[tci badge]: https://travis-ci.com/denoland/deno.svg?branch=master
[tci link]: https://travis-ci.com/denoland/deno

Deno uses Rust, V8, and TypeScript to provide a productive and secure scripting
environment for the modern programmer.

[Website](https://deno.land/)

[Manual](https://deno.land/manual.html#introduction)

[Install](https://github.com/denoland/deno_install)

[API Reference](https://deno.land/typedoc)

[Style Guide](https://deno.land/style_guide.html)

[Module Repository](https://deno.land/x/)

[Releases](Releases.md)

[Chat root](https://gitter.im/denolife/Lobby)

[More links](https://github.com/denolib/awesome-deno)