README.md 843 字节
Newer Older
R
Ryan Dahl 已提交
1
# Deno
R
Ryan Dahl 已提交
2

3
A secure runtime for JavaScript and TypeScript.
R
Ryan Dahl 已提交
4

R
Ry Dahl 已提交
5
[![Build Status](https://github.com/denoland/deno/workflows/ci/badge.svg?branch=master&event=push)](https://github.com/denoland/deno/actions)
R
Ryan Dahl 已提交
6

R
Ryan Dahl 已提交
7 8 9
Deno aims to provide a productive and secure scripting environment for the
modern programmer. It is built on top of V8, Rust, and TypeScript.

10 11
Please read the [introduction](https://deno.land/manual#introduction) for more
specifics.
R
Ryan Dahl 已提交
12 13 14

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

15
[Manual](https://deno.land/manual)
R
Ryan Dahl 已提交
16 17 18

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

B
Bartek Iwańczuk 已提交
19
[API Reference](https://doc.deno.land)
R
Ryan Dahl 已提交
20

R
Ryan Dahl 已提交
21
[Style Guide](https://github.com/denoland/deno/blob/master/docs/contributing/style_guide.md)
R
Ryan Dahl 已提交
22 23 24 25 26

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

[Releases](Releases.md)

S
Stanislav 已提交
27
[Chat](https://discord.gg/deno)
R
Ryan Dahl 已提交
28 29

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