summaryrefslogtreecommitdiff
path: root/cli/README.md
blob: 778b279ec9d99be1c77e853676fc54f6460b2721 (plain)
1
2
3
4
5
6
7
8
# 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.