This is an automated archive made by the Lemmit Bot.

The original was posted on /r/opensource by /u/del_ta17 on 2023-08-03 16:38:23.


Hi, some of you may recall my tool. If not, here’s a post about it. In short: “Scaffolder is a CLI tool written in Golang designed to automate the tedious task of creating barebones for your projects. It allows you to define the necessary directory structure in a reusable config YAML file, making it easy for both humans and parsers to work with.”

Since then, there were a lot of updates. That includes

  • YAML Variables that can be set in a flag, like --variables var:val;
  • Variables in file/folder names;
  • Moving scaffolder config folder to default apps data folder (like ~/.config for Linux) to keep home folder clean;
  • Flags to specify path to custom config folder and whether to remember it;
  • Code refactoring and some optimizations;
  • Better README.

Hope you enjoy it! :) Link to the repository: