Increasing Collaboration Confidence with bin/setup

https://www.mayerdan.com/software/2023/06/12/binsetup

The example is Ruby specific but I think the general thought applies to most projects and environments as well

7 points · 2 comments · view on lemmy.world

2 Comments

wispydust517@lemmy.world · 2 pts · 3y

I've seen bin/setup before, but it's not common for me to see it in use in CI. That's amazing and it's a good way to ensure it's up to date.

With that said, I'm still skeptical about running a 100-line script on my system, especially for open source projects. I feel it might be better to optimise to simplify the bootstrap process into recognisable commands (docker compose up && yarn && yarn dev).

corsicanguppy@lemmy.ca · 1 pts · 3y

is

Bootstrapping someproject

where the supply-chain risk hides?