1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/README.md
Manikandan Sundararajan d397b86c6c
Fix broken links to manual web page in README.md (#5284)
The old link to the manual web page includes the `.html` extension but this leads to a 404. Removing the `.html` leads to the right webpage.
2020-05-14 01:35:40 +02:00

29 lines
851 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://deno.land/typedoc/)
[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)