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

7 lines
233 B
Markdown

# Deno CLI Crate
[![crates](https://img.shields.io/crates/v/deno.svg)](https://crates.io/crates/deno)
This provides the actual deno executable and the user-facing APIs.
The deno crate uses the deno_core to provide the executable.