deno/cli/README.md

8 lines
233 B
Markdown
Raw Normal View History

2020-01-23 21:32:52 +00:00
# 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.
2020-07-20 23:49:57 +00:00
The deno crate uses the deno_core to provide the executable.