diff options
Diffstat (limited to 'docs/tools.md')
-rw-r--r-- | docs/tools.md | 14 |
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) |