diff options
Diffstat (limited to 'docs/tools.md')
| -rw-r--r-- | docs/tools.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/tools.md b/docs/tools.md new file mode 100644 index 000000000..762ea5666 --- /dev/null +++ b/docs/tools.md @@ -0,0 +1,17 @@ +# 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 --> |
