« Enlever des couches : mon chemin de Make vers de simples scripts Bash »
« Enlever des couches : mon chemin de Make vers de simples scripts Bash »
SKILL.make: Makefile Styled Skill File
https://github.com/Teaonly/SKILL.make
#HackerNews #SKILLmake #Makefile #Skills #GitHub #Development
docker compose up する時に特定のサービスを起動させないようにする方法3選
https://qiita.com/murarihyon-k/items/197f1762f4c5b283519a?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#SourceHut has been back up for me yesterday, so I took the chance to implement what I converted my new #ci #hugo build and #deploy script into a version that works on the `alpine/latest` CI runner which uses `bin/sh`...
Read full note: https://burgeonlab.com/notes/2026/0411-183833
Syndicated via https://getindiekit.com
#backend #continuousintegration #srht #cicd #bash #scripts #makefile #make #logs #alpine
Your laptop has ripgrep, installed via cargo install. ruff is there too, via uv tool install. golangci-lint came from go install. bash-language-server was npm i -g. Neovim was a tarball download. Kitty was a curl script. Six months later you get a new machine, or you just want to upgrade or reinstall. What do you even have installed? How did you install each one? Which version? Good luck. This is a small system that answers those questions — a single Makefile that declares every tool you care about, grouped by purpose, with one command to install anything.
Your laptop has ripgrep, installed via cargo install. ruff is there too, via uv tool install. golangci-lint came from go install. bash-language-server was npm i -g. Neovim was a tarball download. Kitty was a curl script. Six months later you get a new machine, or you just want to upgrade or reinstall. What do you even have installed? How did you install each one? Which version? Good luck. This is a small system that answers those questions — a single Makefile that declares every tool you care about, grouped by purpose, with one command to install anything.
Home Maker: Declare Your Dev Tools in a Makefile
https://thottingal.in/blog/2026/03/29/home-maker/
#HackerNews #HomeMaker #DevTools #Makefile #CodingTips #TechBlog
Your laptop has ripgrep, installed via cargo install. ruff is there too, via uv tool install. golangci-lint came from go install. bash-language-server was npm i -g. Neovim was a tarball download. Kitty was a curl script. Six months later you get a new machine, or you just want to upgrade or reinstall. What do you even have installed? How did you install each one? Which version? Good luck. This is a small system that answers those questions — a single Makefile that declares every tool you care about, grouped by purpose, with one command to install anything.