Hey everyone!

I’ve been doing a bit of thinking lately, and I realised that the initial setup for most tech-stack projects is a pain. Whether it’s a web-app (Flask, Django, Node), a game, or even just an Electron app, creating the basic barebones file structure’s a pain, and you end up copy-pasting the same .gitignore every time, which is just wayy too much work.

Well it’s 2019 now, and I thought that we should have a tool to set our projects up for us. That’s where SetupScripts comes in, enabling automated project setups for multiple platforms/languages. I’ve only written out a bash script for Flask so far, but thought I’d sound it out, and hear what everyone thinks! Is this something you’d use/want to contribute to? The (admittedly super basic) repository is here, do let me know what you think/what platforms you think should be added!

submitted by /u/raghav_mecheri
[link] [comments]