1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-16 10:54:14 -05:00
denoland-deno/docs/tools.md

12 lines
451 B
Markdown
Raw Normal View History

2020-05-07 00:21:13 +02:00
# Built-in tooling
Deno provides some built in tooling that is useful when working with JavaScript
and TypeScript:
2020-05-08 23:20:47 +02:00
- [bundler (`deno bundle`)](./tools/bundler.md)
- [dependency inspector (`deno info`)](./tools/dependency_inspector.md)
2020-05-13 17:55:44 +02:00
- [documentation generator (`deno doc`)](./tools/documentation_generator.md)
- [formatter (`deno fmt`)](./tools/formatter.md)
- [test runner (`deno test`)](./testing.md)
- [linter (`deno lint`)](./tools/linter.md)