  <bg=blue;fg=white>                                                              </>
  <bg=blue;fg=white>         Getting started using </><bg=blue;fg=white;options=bold>skipthedragon/inertia-bundle</><bg=blue;fg=white>         </>
  <bg=blue;fg=white>                                                              </>

  <fg=blue;options=bold>Configure</> <fg=blue>your transformations:</>
    1. React stack: <comment>symfony console inertia:install react --ssr --bundler=webpack</> for Webpack or <comment>symfony console inertia:install react --ssr --bundler=vite</> for Vite.
    2. Vue stack: <comment>symfony console inertia:install vue --ssr --bundler=webpack</> for Webpack or <comment>symfony console inertia:install vue --ssr --bundler=vite</> for Vite.
    2. Svelte stack: <comment>symfony console inertia:install svelte --ssr --bundler=webpack</> for Webpack or <comment>symfony console inertia:install svelte --ssr --bundler=vite</> for Vite.
    3. Adjust the configuration in <comment>%CONFIG_DIR%/packages/inertia.yaml</> according to your needs.
    4. Start coding into <comment>assets/js/pages/</>
