DEV Community

Discussion on: What are you hacking on this week?

Collapse
 
matteojoliveau profile image
Matteo Joliveau

I'm rewriting my repeatable project scaffolder from Golang to Python (much easier to dynamically load plugins in Python)

It's something I really care about because I'm lazy and being able to describe my project in a simple YAML file (defining License, Readme entries, folder structure, initializing git etc) and having my project set up with a single command is a must for me ^

Collapse
 
pancy profile image
Pan Chasinga

I guess convention over configuration doesn't work for you ;P

Collapse
 
matteojoliveau profile image
Matteo Joliveau

I'm an avid Spring Boot user, I'm all about CoC ahah.
But for stuff like project scaffolding I want the finest grain of control.