Skip to content

johntoopublic/pokedextrous

Repository files navigation

Pokédextrous is a simple page that uses caught Pokémon to generate a list of possible evolutions. Page state is saved via the URL hash, for ease of saving and sharing.

static is both generated and non-generated site content, which gets pushed to the gh-pages branch:

git subtree push --prefix static origin gh-pages

It is then updated before pushing after subsequent commits to master with

git subtree push --prefix static . merge && git co gh-pages && \
    git merge merge && git br -D merge

icons.png was generated from veekun's pokedex-media via the following command:

montage `ls +([0-9]).png | sort -n` -geometry +0+0 icons.png

generate.py creates:

About

A page to list available Pokémon evolutions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published