1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-13 16:26:08 -05:00
denoland-deno/README.md

30 lines
846 B
Markdown
Raw Normal View History

2019-10-03 12:26:48 -04:00
# Deno
2018-05-18 12:25:59 -04:00
A secure runtime for JavaScript and TypeScript.
2019-03-05 00:01:32 -05:00
2019-10-29 17:07:15 -04:00
[![Build Status](https://github.com/denoland/deno/workflows/ci/badge.svg?branch=master&event=push)](https://github.com/denoland/deno/actions)
2019-02-19 23:25:52 -05:00
2019-02-21 23:22:44 -05:00
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.
2019-02-19 23:25:52 -05:00
[Website](https://deno.land/)
[Manual](https://deno.land/manual)
2019-02-19 23:25:52 -05:00
[Install](https://github.com/denoland/deno_install)
2020-05-16 10:02:03 -04:00
[API Reference](https://doc.deno.land)
2019-02-19 23:25:52 -05:00
2020-05-12 07:10:09 -04:00
[Style Guide](https://github.com/denoland/deno/blob/master/docs/contributing/style_guide.md)
2019-02-19 23:25:52 -05:00
[Module Repository](https://deno.land/x/)
[Releases](Releases.md)
2020-03-04 19:49:51 -05:00
[Chat](https://discord.gg/TGMHGv6)
2019-02-19 23:25:52 -05:00
[More links](https://github.com/denolib/awesome-deno)