shogi.js

v5.2.0
simple shogi library for JavaScript
shogi library

docs

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

lint

eslint ./ && prettier --check .

test

jest

build

npm run build:cjs && npm run bundle

clean

rm -rf ./dist ./bundle

bundle

webpack --mode=production

ghpages

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

lint:fix

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

build:cjs

tsc

typecheck

tsc --project tsconfig.typecheck.json

test:watch

jest --watch

bundle:watch

webpack --mode=development --watch

bundle:analyze

webpack --mode=production --env analyze=1

Metadata

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

Downloads

Maintainers