1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/docs/tools.md

18 lines
627 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)
- [code formatter (`deno fmt`)](./formatter)
- [bundler (`deno bundle`)](./bundler)
- [debugger (`--debug`)](./debugger)
- [documentation generator (`deno doc`)](./documentation_generator)
- [dependency inspector (`deno info`)](./dependency_inspector)
- linter (`deno lint`) [coming soon](https://github.com/denoland/deno/issues/1880)
<!-- prettier-ignore-end -->