poketypecalc
1.0.0
A simple Pokémon type calculator
Clone the repository
git clone https://github.com/SynicalMX/poketypecalc.git
Install dependancies
pnpm i
You can install pnpm with
npm i -g pnpm
Run it!
pnpm start
Optimize types.ts, its so bloated (500< lines), mostly due to how effectiveness is set.