tiebreak

v0.3.0
Calculation of chess tournament tiebreaks compliant with FIDE regulations
chess fide tiebreak tiebreaker ranking buchholz

build

npm run clean && npm run type:dts && npm run build:main

build:main

tsx ./scripts/build.ts

clean

tsx ./scripts/clean.ts

type:dts

tsc --emitDeclarationOnly --project tsconfig.build.json

type:check

tsc --noEmit

format

prettier "src/**/*.ts" --write

format:check

prettier "src/**/*.ts" --check

lint

eslint src --ext .ts --fix

lint:check

eslint src --ext .ts

test

vitest run

test:watch

vitest watch

test:coverage

vitest run --coverage

test:setup

tsx ./scripts/test-setup.ts

spell:check

cspell "{README.md,.github/*.md,src/**/*.ts}"

cz

cz

semantic-release

semantic-release
npm i tiebreak

Metadata

  • MIT
  • >=18.15.0
  • Marcel Juenemann
  • released 10/16/2024

Downloads

Maintainers