Skip to content

JavaScript/TypeScript library for reading/writing Pokémon binary files

License

Notifications You must be signed in to change notification settings

andrewbenington/pokemon-files-js

Repository files navigation

Pokémon Files

JavaScript/TypeScript library for reading and writing Pokémon binary files (.pkm, .pk9, etc).

The classes in this library are TypeScript implementations of the PKM source code in the PKHeX project. This library would not exist without the research done by the PKHeX developers.

Code Generation

Code generation is done with Go. Once you have Go installed, run go run gen/generate.go to generate the code. Then run npm run lint and npm run format to ensure the formatting is standardized. On Unix, you can accomplish all three with make generate.

About

JavaScript/TypeScript library for reading/writing Pokémon binary files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages