tiebreak

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

cz

cz

lint

eslint src --ext .ts --fix

test

vitest run

build

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

clean

tsx ./scripts/clean.ts

format

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

type:dts

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

build:main

tsx ./scripts/build.ts

lint:check

eslint src --ext .ts

test:setup

tsx ./scripts/test-setup.ts

test:watch

vitest watch

type:check

tsc --noEmit

spell:check

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

format:check

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

test:coverage

vitest run --coverage

semantic-release

semantic-release

Metadata

  • MIT
  • ^18.15.0
  • Marcel Juenemann
  • released 10/16/2024

Downloads

Maintainers