Standard Library
Third Party Modules
NPM
Manual
API
Deploy
Discord
GitHub
Twitter
YouTube
Mastodon
Manual
Runtime APIs
Go to Latest
Edit

Built-In Tooling

Deno provides some built-in tooling that is useful when working with JavaScript and TypeScript:

  • start new project (deno init)
  • benchmarker (deno bench)
  • bundler (deno bundle)
  • compiling executables (deno compile)
  • installer (deno install)
  • dependency inspector (deno info)
  • documentation generator (deno doc)
  • formatter (deno fmt)
  • linter (deno lint)
  • repl (deno repl)
  • task runner (deno task)
  • test runner (deno test)
  • vendoring dependencies (deno vendor)
Word Finder
deno init
Develop LocallyDeploy GloballyCompare to Node.jsBenchmarks
Deno CLIDeno DeployDeploy Subhosting
CLI ManualCLI Runtime APIDeploy DocsStandard LibraryThird-Party Modules
ArtworksTranslationsShowcase
CareersBlogPricingNewsMerchPrivacy Policy
Copyright © 2023 Deno Land Inc. All rights reserved.