Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Latest commit

 

History

History
44 lines (27 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

44 lines (27 loc) · 1.03 KB

Contribute

Prerequisites

Installation

  1. Clone the repository and change directory to the cloned repository.
  2. Run npm install to install the dependencies
  3. Run npm start to run the script
  4. The generated data is in the output-folder

Scripts

fetch-game-master

Get the latest GAME_MASTER file from the pokemongo-game-master repository

npm run fetch-game-master

Commits

We use this standard. Please use this, otherwise it won't be accepted.

Docker

It is possible to generate the data inside of a Docker container, so you do not need to download the dependencies on your local machine.

docker build -t $USER/pokemongo-json-pokedex .
docker run -v "$(pwd)/out:/var/lib/pokemongo-json-pokedex/output" -it $USER/pokemongo-json-pokedex
# You can find the output in the "out" folder
ls out/