shogi.js

v2.0.5
simple shogi library for JavaScript
shogi library

docs

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

lint

eslint ./ && prettier --check .

test

jest

build

webpack --mode=production -p

lint:fix

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

typecheck

tsc --project tsconfig.json --noEmit

test:watch

jest --watch

build:watch

webpack --mode=development --watch

build:analyze

webpack --mode=production -p --env.analyze

deploy:ghpages

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

prepublishOnly

npm run build

Metadata

  • MIT
  • Whatever
  • na2hiro
  • released 2/6/2022

Downloads

Maintainers