1.0.0 • Published 9 years ago
js-playing-cards v1.0.0
js-playing-cards
A JS library for creating a standard deck of playing cards
How to Install
$ npm install js-playing-cardsGetting Started
...
How to Test
Run one, or a combination of the following commands to lint and test your code:
$ npm run lint # Lint the source code with ESLint
$ npm test # Run unit tests with Mocha
$ npm run test:watch # Run unit tests with Mocha, and watch files for changes
$ npm run test:cover # Run unit tests with code coverage by IstanbulTo launch the documentation site, run:
$ npm install -g easystatic
$ npm startLicense
MIT © 2016 Daryl Lukas