29
loading...
This website collects cookies to deliver better user experience
deno info
to check the dependencies. deno fmt
: a code formatter, deno bundle
for bundling modules and dependencies into a single file, deno compile
for creating a self-contained executable, etc.deno bundle
or deno compile
, built-in is super useful, as it takes care of most of the heavy lifting when it comes to deployment.fetch
and web workers
for this. API's I am already familiar with coming from the Web, hence no need to install third-party libraries. This is super convenient.deps.ts
- basically recreating some sort of package.json
as you have it in npm
.