1.1.0 • Published 6 years ago

chess-bit-board v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Chess Bit Board

Immutable chess bit board implementation with move validation.

Commands

  • npm start - run tests in watch mode
  • npm run build - create build in dist folder
  • npm run lint - run an ESLint check
  • npm run coverage - run code coverage and generate report in the coverage folder
  • npm test - run all tests
  • npm run test:watch - run all tests in watch mode