1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/README.md

9 lines
297 B
Markdown
Raw Normal View History

2020-01-23 16:32:52 -05:00
# Deno CLI Crate
[![crates](https://img.shields.io/crates/v/deno.svg)](https://crates.io/crates/deno)
[![docs](https://docs.rs/deno/badge.svg)](https://docs.rs/deno)
This provides the actual deno executable and the user-facing APIs.
2020-07-20 19:49:57 -04:00
The deno crate uses the deno_core to provide the executable.