Skip to content

porybox/pokemon-legality-checker

Repository files navigation

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