2018-05-18 12:25:59 -04:00
|
|
|
# deno
|
|
|
|
|
2018-10-04 05:01:21 -04:00
|
|
|
| **Linux & Mac** | **Windows** |
|
|
|
|
| :------------------------: | :------------------------: |
|
2018-10-04 03:58:28 -04:00
|
|
|
| [![][tci badge]][tci link] | [![][avy badge]][avy link] |
|
2018-08-02 13:27:57 -04:00
|
|
|
|
2018-10-04 03:58:28 -04:00
|
|
|
<!-- 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
|
2019-02-19 23:25:52 -05:00
|
|
|
|
2019-02-21 23:22:44 -05:00
|
|
|
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.
|
2019-02-19 23:25:52 -05:00
|
|
|
|
|
|
|
[Website](https://deno.land/)
|
|
|
|
|
2019-02-21 23:22:44 -05:00
|
|
|
[Manual](https://deno.land/manual.html)
|
2019-02-19 23:25:52 -05:00
|
|
|
|
|
|
|
[Install](https://github.com/denoland/deno_install)
|
|
|
|
|
2019-02-26 03:54:57 -05:00
|
|
|
[API Reference](https://deno.land/typedoc/)
|
2019-02-19 23:25:52 -05:00
|
|
|
|
|
|
|
[Style Guide](https://deno.land/style_guide.html)
|
|
|
|
|
|
|
|
[Module Repository](https://deno.land/x/)
|
|
|
|
|
|
|
|
[Releases](Releases.md)
|
|
|
|
|
2019-02-21 23:22:44 -05:00
|
|
|
[Chat](https://gitter.im/denolife/Lobby)
|
2019-02-19 23:25:52 -05:00
|
|
|
|
|
|
|
[More links](https://github.com/denolib/awesome-deno)
|