summaryrefslogtreecommitdiff
path: root/docs/tools.md
blob: 2754de43be67e86db3e26a9cbb990f1d2eeaf2c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Built-in tooling

Deno provides some built in tooling that is useful when working with JavaScript
and TypeScript:

<!-- prettier-ignore-start -->
<!-- prettier incorrectly moves the coming soon links to new lines -->

- [bundler (`deno bundle`)](./tools/bundler.md)
- [debugger (`--inspect, --inspect-brk`)](./tools/debugger.md)
- [dependency inspector (`deno info`)](./tools/dependency_inspector.md)
- [documentation generator (`deno doc`)](./tools/documentation_generator.md)
- [formatter (`deno fmt`)](./tools/formatter.md)
- [test runner (`deno test`)](./testing.md)
- linter (`deno lint`) [coming soon](https://github.com/denoland/deno/issues/1880)

<!-- prettier-ignore-end -->