2020-05-06 18:21:13 -04:00
|
|
|
# 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 -->
|
|
|
|
|
2020-05-08 17:20:47 -04:00
|
|
|
- [bundler (`deno bundle`)](./tools/bundler.md)
|
2020-05-13 11:55:44 -04:00
|
|
|
- [debugger (`--inspect, --inspect-brk`)](./tools/debugger.md)
|
2020-05-08 17:20:47 -04:00
|
|
|
- [dependency inspector (`deno info`)](./tools/dependency_inspector.md)
|
2020-05-13 11:55:44 -04:00
|
|
|
- [documentation generator (`deno doc`)](./tools/documentation_generator.md)
|
|
|
|
- [formatter (`deno fmt`)](./tools/formatter.md)
|
|
|
|
- [test runner (`deno test`)](./testing.md)
|
2020-05-06 18:21:13 -04:00
|
|
|
- linter (`deno lint`) [coming soon](https://github.com/denoland/deno/issues/1880)
|
|
|
|
|
|
|
|
<!-- prettier-ignore-end -->
|