mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
8 lines
317 B
Markdown
8 lines
317 B
Markdown
# 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.
|
|
|
|
The deno crate uses the deno_core and deno_typescript to provide the executable.
|