summaryrefslogtreecommitdiff
path: root/docs/tools.md
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-07-20 16:25:36 +0200
committerGitHub <noreply@github.com>2021-07-20 16:25:36 +0200
commitd744c0c6d9a557bbaa2a23571ffb3acabf19c35a (patch)
tree6f7fb8a71b786e79c48f4b2c11a5a9ca988717e8 /docs/tools.md
parent9b9becf1ae256b645e37a7eecf3441f3ae4b8ea5 (diff)
chore: move docs to separate repository
Diffstat (limited to 'docs/tools.md')
-rw-r--r--docs/tools.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/tools.md b/docs/tools.md
deleted file mode 100644
index 22a069512..000000000
--- a/docs/tools.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# Built-in tooling
-
-Deno provides some built in tooling that is useful when working with JavaScript
-and TypeScript:
-
-- [bundler (`deno bundle`)](./tools/bundler.md)
-- [compiling executables (`deno compile`)](./tools/compiler.md)
-- [installer (`deno install`)](./tools/script_installer.md)
-- [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)