summaryrefslogtreecommitdiff
path: root/docs/tools.md
diff options
context:
space:
mode:
authorCasper Beyer <caspervonb@pm.me>2020-10-19 19:33:15 +0800
committerGitHub <noreply@github.com>2020-10-19 13:33:15 +0200
commitf91c1155f0cccef9a49efdcc489be3f258000957 (patch)
tree508c827a8c5abb7f267cc6b7c1b9df7ba2f97c70 /docs/tools.md
parentfb2cae9687569fc891c13ab4a2862b9e66902a75 (diff)
docs(tools): add repl section (#8011)
This adds a section on the repl with the keybindings that we support out of the box.
Diffstat (limited to 'docs/tools.md')
-rw-r--r--docs/tools.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/tools.md b/docs/tools.md
index e64c9d840..5945ee015 100644
--- a/docs/tools.md
+++ b/docs/tools.md
@@ -7,5 +7,6 @@ and TypeScript:
- [dependency inspector (`deno info`)](./tools/dependency_inspector.md)
- [documentation generator (`deno doc`)](./tools/documentation_generator.md)
- [formatter (`deno fmt`)](./tools/formatter.md)
+- [repl (`deno repl`)](./tools/repl.md)
- [test runner (`deno test`)](./testing.md)
- [linter (`deno lint`)](./tools/linter.md)