this post was submitted on 12 Jun 2023
6 points (100.0% liked)

Programming

420 readers
4 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

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

top 2 comments
sorted by: hot top controversial new old
[โ€“] wispydust517@lemmy.world 2 points 1 year ago

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 points 1 year ago

is

Bootstrapping someproject

where the supply-chain risk hides?