Comment on Local-First and Portable CIparentComments−MeltedVoltage3moI have also slowly transitioned into something similar - using justfiles instead of make. I have `just prerequisites`, `just lint`, `just build` in all of my projects. pixie's lockfile might be the most interesting part.−mgrandl3moLook into mise. It’s basically just, but it also installs runtimes/build deps for you. It also has lockfiles.−nigels-com3moWent all in on just in a previous role. All the Jenksfile shrunk to manageable complexity, except the not just ones.
Comments
I have also slowly transitioned into something similar - using justfiles instead of make. I have `just prerequisites`, `just lint`, `just build` in all of my projects. pixie's lockfile might be the most interesting part.
Look into mise. It’s basically just, but it also installs runtimes/build deps for you. It also has lockfiles.
Went all in on just in a previous role. All the Jenksfile shrunk to manageable complexity, except the not just ones.