mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
18 lines
627 B
Markdown
18 lines
627 B
Markdown
|
# 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 -->
|