mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
f91c1155f0
This adds a section on the repl with the keybindings that we support out of the box.
12 lines
491 B
Markdown
12 lines
491 B
Markdown
# Built-in tooling
|
|
|
|
Deno provides some built in tooling that is useful when working with JavaScript
|
|
and TypeScript:
|
|
|
|
- [bundler (`deno bundle`)](./tools/bundler.md)
|
|
- [dependency inspector (`deno info`)](./tools/dependency_inspector.md)
|
|
- [documentation generator (`deno doc`)](./tools/documentation_generator.md)
|
|
- [formatter (`deno fmt`)](./tools/formatter.md)
|
|
- [repl (`deno repl`)](./tools/repl.md)
|
|
- [test runner (`deno test`)](./testing.md)
|
|
- [linter (`deno lint`)](./tools/linter.md)
|