json-kifu-format

v5.1.0
JSON棋譜フォーマット(JKF)の定義とその関連ライブラリ
shogi json kifu format jkf

docs

typedoc --exclude '**/__tests__/**/*' src/main.ts

lint

eslint ./ && prettier --check .

test

jest

build

webpack --mode=production

clean

rm -rf ./bundle ./dist

ghpages

rm -rf ./public && mkdir -p ./public && npm run docs && mv ./docs ./public/

lint:fix

eslint ./ --fix && prettier --write .

typecheck

tsc --project tsconfig.typecheck.json --noEmit

test:watch

jest --watch

build:watch

webpack --watch

build:analyze

npm run build -- --env analyze

schema:compile

ajv compile --spec=draft2020 --strict-tuples=false -s specification/json-kifu-format.schema.json

schema:validate

ajv validate --spec=draft2020 --strict-tuples=false -s specification/json-kifu-format.schema.json -d 'specification/files/*.json'

Metadata

  • MIT
  • Whatever
  • na2hiro
  • released 9/8/2023

Downloads

Maintainers