sigwinhq / yassg

Yet Another Static Site Generator
MIT License
3 stars 0 forks source link

Add support to generate Symfony-based customization stubs when doing init #24

Closed dkarlovi closed 2 years ago

dkarlovi commented 2 years ago

When doing init, the user can request generating a namespace which gets autoconfigured by Symfony, like

init --namespace App
  1. creates a Composer autoloader stub
  2. creates a folder src/ and points the autoloader namespace to it
  3. creates config/services.yaml which autoconfigures the namespace