shogi.js

v3.1.1-alpha.0
simple shogi library for JavaScript
shogi library

docs

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

lint

eslint ./ && prettier --check .

test

jest

build

webpack --mode=production

clean

rm -rf ./dist ./bundle

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

test:watch

jest --watch

build:watch

webpack --mode=development --watch

build:analyze

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

Metadata

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

Downloads

Maintainers