github.com/andresbott/yamlfmt@v0.1.0/app/README.md (about)

     1  # App
     2  
     3  This folder contains the highest level of application files, here you would instantiate shared resources like
     4  loggers, db connections etc.
     5  
     6  if your project builds multiple artifacts, e.g. a backend and a cli, you can create folders for every artifact.