Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 540 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 540 Bytes

pokemon-legality-checker

Build Status

In development; should not be considered stable yet.

Installation

Make sure you're using Node 6.0.0 or above.

$ npm install pokemon-legality-checker

To set up a dev environment:

$ git clone https://github.com/porybox/pokemon-legality-checker.git
$ cd pokemon-legality-checker
$ npm install

To run the tests:

npm test