Hello,
For the last few months, I've been making new games with LÖVE based on previous projects, simply because it was easier than rewriting everything from scratch. Lastly I've also been uploading some tiny libraries to Github, such as push or shack, that helped me make games much faster.
I've decided to pack these libraries and make a project template out of them, love-kickstart.
It helps you getting your projects up and working faster by providing you with basic tools and simple architecture.
Getting started with love-kickstart is pretty straightforward.
Set your game resolution, then create your first game scene!
love-kickstart includes push, shack, lem, lue and stager.
Common issues such as scaling the game to the window are handled for you.
You can check the github repository on https://github.com/Ulydev/love-kickstart
I hope you like it. There is some documentation about how the libraries work on their respective repos, but I'm willing to write more about how to work with love-kickstart.