Discover how Deno simplifies project setup compared to Node.js by eliminating the need for third-party dependencies. We demonstrate Deno's automatic code formatting with 'deno fmt', code analysis with 'deno lint', and testing capabilities using 'deno test'. Explore how to run these tools on entire directories or individual files, manage linting rules, and check code coverage with no need to set anything up.
00:00 Introduction to Deno's Built-in Tools
00:21 Formatting Code with Deno
01:32 Linting with Deno
03:09 Testing with Deno
04:14 Running Tests and Checking Coverage
Source code can be found here: https://github.com/MoonHighway/deno-2...
Deno is an all-in-one batteries included JavaScript and TypeScript toolchain.
Website: https://deno.com
GitHub: https://github.com/denoland
Discord: / discord
Twitter: https:/twitter.com/deno_land