0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/docs/tools.md

18 lines
674 B
Markdown
Raw Normal View History

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