Skip to main content

Runtime support

  • Bun 1.3+
  • Node.js 20.17+
  • Browsers for pure parsing helpers
  • Worker and edge runtimes that provide fetch

Install the package

# Bun
bun add google-maps-link-parser

# npm
npm install google-maps-link-parser

# pnpm
pnpm add google-maps-link-parser

Install the repo locally

bun install
If you are bootstrapping the repository for the first time and the lockfile is missing, create it once with:
bun install --save-text-lockfile --lockfile-only

Common commands

bun run build
bun run check
bun run test
bun run docs:dev
Use bun run check before opening a PR. It runs format checks, linting, type checking, and tests in a deterministic order.