1.1.0 • Published 7 years ago
chess-bit-board v1.1.0
Chess Bit Board
Immutable chess bit board implementation with move validation.
Commands
npm start
- run tests in watch modenpm run build
- create build indist
foldernpm run lint
- run an ESLint checknpm run coverage
- run code coverage and generate report in thecoverage
foldernpm test
- run all testsnpm run test:watch
- run all tests in watch mode