mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
Improve readme (#1822)
This commit is contained in:
parent
9d025facaa
commit
e109941bd2
15
README.md
15
README.md
@ -4,20 +4,23 @@
|
||||
| :------------------------: | :------------------------: |
|
||||
| [![][tci badge]][tci link] | [![][avy badge]][avy link] |
|
||||
|
||||
See documentation at https://deno.land/
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
[avy badge]: https://ci.appveyor.com/api/projects/status/yel7wtcqwoy0to8x?branch=master&svg=true
|
||||
[avy link]: https://ci.appveyor.com/project/deno/deno
|
||||
[tci badge]: https://travis-ci.com/denoland/deno.svg?branch=master
|
||||
[tci link]: https://travis-ci.com/denoland/deno
|
||||
|
||||
Deno uses Rust, V8, and TypeScript to provide a productive and secure scripting
|
||||
environment for the modern programmer.
|
||||
Deno is a browser-like command line program for executing JavaScript.
|
||||
|
||||
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#introduction)
|
||||
[Manual](https://deno.land/manual.html)
|
||||
|
||||
[Install](https://github.com/denoland/deno_install)
|
||||
|
||||
@ -29,6 +32,6 @@ environment for the modern programmer.
|
||||
|
||||
[Releases](Releases.md)
|
||||
|
||||
[Chat root](https://gitter.im/denolife/Lobby)
|
||||
[Chat](https://gitter.im/denolife/Lobby)
|
||||
|
||||
[More links](https://github.com/denolib/awesome-deno)
|
||||
|
@ -12,7 +12,7 @@ os.chdir(os.path.join(root_path, "website"))
|
||||
# Invalidate the cache.
|
||||
run([
|
||||
"aws", "cloudfront", "create-invalidation", "--distribution-id",
|
||||
"E3NZSZMS5TZ0OU", "--paths", "/*"
|
||||
"E2HNK8Z3X3JDVG", "--paths", "/*"
|
||||
])
|
||||
|
||||
run(["aws", "s3", "sync", ".", "s3://deno.land/"])
|
||||
|
@ -14,13 +14,13 @@
|
||||
<body>
|
||||
<main>
|
||||
<header>
|
||||
<!-- Logo by hashrock -->
|
||||
<a href="https://github.com/denolib/animated-deno-logo/"
|
||||
><img id="logo" src="deno_logo_2.gif" width="150"
|
||||
/></a>
|
||||
<!-- Logo by hashrock -->
|
||||
<div>
|
||||
<h1>Deno</h1>
|
||||
A new way to JavaScript
|
||||
A browser-like command line runtime
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@ -121,7 +121,7 @@ main();</code></pre>
|
||||
<b><a href="manual.html">Manual</a></b>
|
||||
</p>
|
||||
|
||||
<p><a href="https://deno.land/typedoc">API Reference</a></p>
|
||||
<p><a href="https://deno.land/typedoc/">API Reference</a></p>
|
||||
|
||||
<p><a href="style_guide.html">Style Guide</a></p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user