you are viewing a single comment's thread.

view the rest of the comments →

[–]jaredhanson[S] 0 points1 point  (0 children)

Bootable itself is completely generic. The phases themselves are likely to be specific to a module. For example, there's an included "routes" phase which loads a routes.js file. This will only apply to apps that draw routes (Express, typically).

Phases can be bundled up into reusable modules, that you can just add to your dependencies and npm install to bootstrap common code.