fathom-client

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

lint

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

test

npm run build && jest

build

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

prepare

npm run build

release

np

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

Metadata

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

Downloads

Maintainers