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

38 lines
1.1 KiB
Markdown
Raw Normal View History

2018-05-18 12:25:59 -04:00
# deno
2018-10-04 05:01:21 -04:00
| **Linux & Mac** | **Windows** |
| :------------------------: | :------------------------: |
| [![][tci badge]][tci link] | [![][avy badge]][avy link] |
2018-08-02 13:27:57 -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)
[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)