A Pokémon legality checker
- JavaScript 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| scripts | ||
| src | ||
| test | ||
| .eslintrc.json | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| CHANGELOG.md | ||
| LICENSE.md | ||
| package.json | ||
| README.md | ||
pokemon-legality-checker
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