1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 21:50:00 -05:00

Add some links to website

This commit is contained in:
Ryan Dahl 2019-01-10 11:23:23 -05:00 committed by Bert Belder
parent cca3a9562b
commit 904c69c4c6
2 changed files with 13 additions and 13 deletions

View file

@ -4,7 +4,7 @@
| :------------------------: | :------------------------: | | :------------------------: | :------------------------: |
| [![][tci badge]][tci link] | [![][avy badge]][avy link] | | [![][tci badge]][tci link] | [![][avy badge]][avy link] |
## A secure TypeScript runtime built on V8 ## A secure JavaScript / TypeScript runtime built on V8
- Supports TypeScript out of the box. Uses a recent version of V8. That is, it's - Supports TypeScript out of the box. Uses a recent version of V8. That is, it's
very modern JavaScript. very modern JavaScript.
@ -50,6 +50,8 @@
- Aims to be browser compatible. - Aims to be browser compatible.
See the website for more info [deno.land](https://deno.land).
## Install ## Install
With Python: With Python:
@ -80,15 +82,8 @@ Try it:
> deno https://deno.land/thumb.ts > deno https://deno.land/thumb.ts
``` ```
See also [deno_install](https://github.com/denoland/deno_install). See [deno_install](https://github.com/denoland/deno_install) for more
installation methods..
## Status
Under development.
We make binary releases [here](https://github.com/denoland/deno/releases).
Docs are [here](https://github.com/denoland/deno/blob/master/Docs.md).
<!-- prettier-ignore --> <!-- prettier-ignore -->
[avy badge]: https://ci.appveyor.com/api/projects/status/yel7wtcqwoy0to8x?branch=master&svg=true [avy badge]: https://ci.appveyor.com/api/projects/status/yel7wtcqwoy0to8x?branch=master&svg=true

View file

@ -28,16 +28,21 @@
</tr> </tr>
</table> </table>
<p>Deno is a program for executing JavaScript and TypeScript outside of the <p>Deno is a secure JavaScript / TypeScript runtime built on V8
web browser.
<p> <a href="https://github.com/denoland/deno">github.com/denoland/deno</a> <p> <a href="https://github.com/denoland/deno">github.com/denoland/deno</a>
<p><a href="https://github.com/denoland/deno_std">github.com/denoland/deno_std</a>
<p><a href="https://github.com/denoland/deno_install">github.com/denoland/deno_install</a>
<p><a href="https://github.com/denoland/registry">github.com/denoland/registry</a>
<p> <a href="https://github.com/denoland/deno/blob/master/Docs.md">Documentation</a> <p> <a href="https://github.com/denoland/deno/blob/master/Docs.md">Documentation</a>
<p> <a href="typedoc/index.html">API Reference</a> <p> <a href="typedoc/index.html">API Reference</a>
<p><a href="https://github.com/denoland/deno_std">Deno standard modules</a> <p><a href="https://github.com/denolib/awesome-deno">Links to other Deno resources.</a>
<h2>Getting started</h2> <h2>Getting started</h2>