mirror of
https://github.com/denoland/deno.git
synced 2024-11-13 16:26:08 -05:00
29 lines
846 B
Markdown
29 lines
846 B
Markdown
# Deno
|
|
|
|
A secure runtime for JavaScript and TypeScript.
|
|
|
|
[![Build Status](https://github.com/denoland/deno/workflows/ci/badge.svg?branch=master&event=push)](https://github.com/denoland/deno/actions)
|
|
|
|
Deno aims to provide a productive and secure scripting environment for the
|
|
modern programmer. It is built on top of V8, Rust, and TypeScript.
|
|
|
|
Please read the [introduction](https://deno.land/manual#introduction) for more
|
|
specifics.
|
|
|
|
[Website](https://deno.land/)
|
|
|
|
[Manual](https://deno.land/manual)
|
|
|
|
[Install](https://github.com/denoland/deno_install)
|
|
|
|
[API Reference](https://doc.deno.land)
|
|
|
|
[Style Guide](https://github.com/denoland/deno/blob/master/docs/contributing/style_guide.md)
|
|
|
|
[Module Repository](https://deno.land/x/)
|
|
|
|
[Releases](Releases.md)
|
|
|
|
[Chat](https://discord.gg/TGMHGv6)
|
|
|
|
[More links](https://github.com/denolib/awesome-deno)
|