2
1 Comment

Let's see your dev setup scripts!

https://backbeat.tech/blog/the-search-for-the-perfect-setup-script/
submitted this linkon August 31, 2020
  1. 1

    I've been trying improve the development setup for all of our projects recently. Top takeaways:

    • Have a single script to set everything up, e.g. make dev
    • Guide the developer through any manual steps
    • Add colours, emojis, and line breaks to make it friendly!

    What about you? Do you have any tips to get that perfect dev setup script?