summaryrefslogtreecommitdiff
path: root/cli/README.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-01-23 16:32:52 -0500
committerBartek IwaƄczuk <biwanczuk@gmail.com>2020-01-23 22:32:52 +0100
commit74e6eb14dd4697ba8bf52e044af0e7dfef49e441 (patch)
tree8d2729ad1b89f8e1de52c81de1b00c4a1328fd7e /cli/README.md
parent5a658a2ff758faef4a3d864ba0b2324fa731dfcc (diff)
update readmes (#3765)
Diffstat (limited to 'cli/README.md')
-rw-r--r--cli/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/cli/README.md b/cli/README.md
new file mode 100644
index 000000000..778b279ec
--- /dev/null
+++ b/cli/README.md
@@ -0,0 +1,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.