0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/README.md
2019-02-26 03:54:57 -05:00

37 lines
1.1 KiB
Markdown

# deno
| **Linux & Mac** | **Windows** |
| :------------------------: | :------------------------: |
| [![][tci badge]][tci link] | [![][avy badge]][avy link] |
<!-- 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 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)
[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)