Мы используем Makefile думая, что нет альтернатив, что это стандарт и всё такое.
Но make это не запускалка команд, а система сборки. Мы фактически используем его не по назначению.
И на самом деле альтернатива есть! Некоторое время назад я открыл для себя прекрасный инструмент - just. Он решает все проблемы make.
just - это не система сборки как make, это именно исполнитель команд!
Больше никаких Phony Targets и табуляций, привет нормальный синтаксис и передача аргументов!!! 😎
⭐️Что умеет just:
✅ Автодокументирование команд
Не нужно делать отдельную команду с докой, просто добавь комментарий
# команда сборки
build:
...
$ just --list
Available recipes:
build # команда сборки
Команда с именем default запускается по умолчанию если не указано другое, так что я обычно делаю так:
default:
just --list
Теперь просто выполняем just и получаем доку из текущего файла.
✅ Удобная работа с переменными окружения
# загрузить из .env
set dotenv-load
# глобальная переменная
export PYTHONPATH := "./src"
# переменная для команды
test $TESTUNG="true":
pytest
✅ Передача аргументов
build target:
@echo 'Build {{target}}...'
команда запуска
$ just build dev
# Build dev...
✅ Выбор интерпретатора прямо в команде
Пример с инлайн-скриптом на python:
system:
#!/usr/bin/env python3
import platform
print(platform.system())
Эта же функция позволит выполнить скрипт как одну команду вместо перезапуска шела для каждой строки
foo:
#!/usr/bin/env sh
for file in ls .; do
echo $file
done
✅ Выполнение команды в определенной директории. Можно указать как релятивный путь так и абсолютный
[working-directory: 'backend']
build:
docker compose build
Также можно задать рабочую директорию глобально
Там еще много интересного:
- поддержка функций
- автокомплиты и интеграции
- экспрешены
- алиасы команд
- группировка команд
- альтернативы команды под разные ОС
- импорт других just-файлов
- цветной вывод
- ... и другие штуковины!
Так что вперёд - ➡️ читать доку!
Репозиторий: ➡️https://github.com/casey/just
Статья: ➡️https://www.chicks.net/reference/file_formats/just/
ЗЫ. Кажется, на Makefile я уже не вернусь)
#tools
One of the ways cholera spreads quickly is through poor water storage.
Ensure safe drinking water: Avoid consuming water from contaminated sources.
Proper storage: Store drinking water in clean containers with tightly sealed lids.
Treat water: If unsure about the safety of your water source, boil it or use a water purification method.
#STOPcholera
Cholera spreads easily through contaminated food and water, especially during the rainy season.
If you notice symptoms like severe diarrhoea, vomiting, nausea and fever, seek medical help immediately!
Early treatment saves lives.
#STOPcholera
Unsafe practices such as improper disposal of refuse and open defecation endanger the safety of water used for drinking and personal use.
This rainy season:
✅Only consume water from safe sources
✅Stop open defaecation
✅Dispose of trash properly
✅Ensure proper drainage of sewage
#STOPCholera
ALWAYS boil your water before drinking.
Water from CONTAMINATED storage tanks are not safe for drinking.
Make your water safe: Boil and store in properly covered containers before drinking.
#STOPCholera
Prompt administration of oral rehydration solution (ORS) helps replace lost fluids while the person seeks treatment at the health facility.
ORS must always be prepared with safe, potable drinking water.
#STOPCholera
As the rainy season has started, ensure to practice proper environmental hygiene to prevent the spread of cholera at home and in your communities
❌Avoid open defaecation
✅Dispose of waste in designated areas
✅Keep sewers clear from refuse
#StopCholera
Unsafe practices such as improper disposal of refuse & defaecating in open places put the safety of water used for drinking & personal use at risk.
#STOPCholera, ensure to:
➡️Keep your environment clean
➡️Drink or use water that is boiled & stored safely
➡️STOP open defecation
#Cholera can spread through contaminated foods.
Make your foods safe before consumption:
➡️PREPARE your food in a clean area, away from sewage or waste bins
➡️WASH fruits and vegetables properly with clean water
➡️STORE your food in well-covered containers
➡️COOK your food properly before eating
➡️USE water from safe sources
#STOPcholera
UNCLEAN WATER, unwashed hands, and uncovered food are some of the ways #Cholera germs are spread.
Ensure your water is safe before use:
➡️BOIL water before drinking
➡️USE water from safe sources
➡️STORE water in properly covered containers
➡️STOP open defecation
#STOPCholera
Severe cases of #cholera can lead to death within hours due to massive loss of body fluid.
Ensure prompt administration of oral rehydration solution (ORS) to replace lost fluids and visit a health care facility immediately for proper treatment.
Do not self-medicate
#STOPcholera
The time between #cholera infection and the appearance of symptoms is 2 hours to 5 days
Please do not self-medicate.
Visit a healthcare facility immediately for proper diagnosis and treatment.
#STOPcholera