Skip to content

Commit

Permalink
Add deno to guides (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum authored Oct 16, 2023
1 parent d432985 commit addc71f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
Binary file added bun.lockb
Binary file not shown.
28 changes: 28 additions & 0 deletions website/src/assets/svg/deno.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions website/src/components/PackageManagerBiomeCommand.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ const biome = "@biomejs/biome"
<InlineSVG src="bun" />
<span>bun</span>
</li>
<li data-name="deno">
<InlineSVG src="deno" />
<span>deno</span>
</li>
</ul>

<pre data-name="npm" class="package-manager-command language-shellsession active"><code>npx {biome} {command}</code></pre>
<pre data-name="yarn" class="package-manager-command language-shellsession"><code>yarn dlx {biome} {command}</code></pre>
<pre data-name="pnpm" class="package-manager-command language-shellsession"><code>pnpm dlx {biome} {command}</code></pre>
<pre data-name="bun" class="package-manager-command language-shellsession"><code>bunx {biome} {command}</code></pre>
<pre data-name="deno" class="package-manager-command language-shellsession"><code>deno run -A npm:{biome} {command}</code></pre>

0 comments on commit addc71f

Please sign in to comment.