fathom-client

v3.7.2
A simple wrapper around the Fathom Analytics library
analytics

build

npm run build:types && npm run build:cjs && npm run build:esm

build:cjs

esbuild src/index.ts --bundle --format=cjs --outfile=dist/fathom-client.cjs

build:esm

esbuild src/index.ts --bundle --format=esm --outfile=dist/fathom-client.esm.js

build:types

tsc --emitDeclarationOnly && cp ./types/index.d.ts ./types/index.d.cts

lint

npx tsc --noEmit && npx prettier src -c

prepare

npm run build

test

npm run build && jest

release

np
npm i fathom-client

Metadata

  • MIT
  • Whatever
  • Derrick Reimer
  • released 7/10/2024

Downloads

Maintainers