pokemongo-json-pokedex

v3.0.2
This program transforms the data from the Pokemon GO master files to a better readable & processable JSON file.
pokemongo gamemaster

start

ts-node -r tsconfig-paths/register src/app.ts

prestart:build

npm run build

start:build

node -r tsconfig-paths/register src/app.js

poststart:build

npm run clean

clean

rimraf {src,test}/**/*.{map,js}

build

tsc

docs

typedoc --out docs src

lint

tslint src/**/*.ts test/**/*.ts

fetch-game-master

node bin/get-latest-game-master.js && node bin/generate-game-masterts.js

pretest

npm run lint

test

mocha --compilers ts:ts-node/register,ts:tsconfig-paths/register test/*.ts src/**/*.spec.ts

Metadata

Downloads

Maintainers