mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
af61dbed87
* Upgrade node_modules * Simplify tagline * Move gclient_config.py out of root * Move package.json to tools * Remove yarn.lock * Remove CONTRIBUTING.md
30 lines
824 B
Markdown
30 lines
824 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.html#introduction) for
|
|
more specifics.
|
|
|
|
[Website](https://deno.land/)
|
|
|
|
[Manual](https://deno.land/manual.html)
|
|
|
|
[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](https://gitter.im/denolife/Lobby)
|
|
|
|
[More links](https://github.com/denolib/awesome-deno)
|