README for Hooks should list folders in run order

This README in the hooks folder of the app base project serves as documentation for the available hooks:

I would find it more helpful if they were listed in the order they run, rather than alphabetically.

(BTW, I wanted to create an issue in that repo for this discussion, but it doesn’t have Issues enabled.)

@davidfrahm this is how cordova documents the hooks on their README as well. Also not all CLI tasks are dependent on each other i’m not sure how much value this would add. for example, plugins, platform, run, or emulate are all independent form each other so theres no way to determine any kind of order.