I was tired of manually creating the project structure, with all those folder, files... So I decided to create a CLI tool that allows you to instantly generate skeleton projects, based on a reusable YAML file with boilerplate code if specified.
YAML is very easy for both humans and programs to work with and parse, hence why it's the most logical choice in context of Scaffolder.
Check out the GitHub page for detailed description and examples :)