mirekdlugosz / create-pokemon-team

Web application that helps you build your own Pokémon team in any core series game
https://createpokemon.team/
GNU Affero General Public License v3.0
12 stars 3 forks source link

Create script converting Pokémon Showdown! files to portable JSON #25

Closed mirekdlugosz closed 5 years ago

mirekdlugosz commented 5 years ago

See git show 99e09c1bf934deebff5754cc1c069af167e4a231:data-manager/data-source/js-to-json.sh for inspiration.

This must be done in JavaScript / Node, as this is only platform capable of reading source files.

Expected usage proposal:

$ ./prepare-showdown-json --source /path/to/Showdown/data --output-dir /path/where/JSON/will/be/
mirekdlugosz commented 5 years ago

Added in c0145b8eb69a5f459f1d366f3eb7ebf951819126