docs

JavaScript

JavaScript is used for frontend web development.

Installation

Install Bun.

Usage

Initialization

Follow individual initializations, or:

bun init <name>
cd <name>
bun create @eslint/config

Dependencies

bun add <dep1> <dep2>
bun add -d <dep3> <dep4> # dev dependencies

Dependencies

Edit

Docs

bunx typedoc --entryPointStrategy Expand src

Upgrading

After upgrading, run:

bun update -g
bun pm cache rm -g