open-freecell-engine
v0.2.5
Published
[![NPM version](http://img.shields.io/npm/v/open-freecell-engine.svg?style=flat-square)](https://www.npmjs.com/package/open-freecell-engine) [![NPM downloads](http://img.shields.io/npm/dm/open-freecell-engine.svg?style=flat-square)](https://www.npmjs.com/
Downloads
14
Maintainers
Readme
open-freecell-engine
How to Install
$ npm install open-freecell-engine
Getting 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 Istanbul
To launch the documentation site, run:
$ npm install -g easystatic
$ npm start
License
MIT © 2016 Dor Tzur