Мы используем 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
👥Адамдар немесе топтар арасындағы жанжалға не әсер етеді және оны қалай шешуге болады?
👤Осы туралы 1950 жылдары америкалық психолог Музафер Шериф Оклахома штатындағы балалар лагерінде зерттеу жүргізді. Әлеуметтік психологияда бұл тәжірибе The Robbers cave (Қарақшылар үңгірі) деген атаумен танымал.
🔍Толығырақ карусельден оқыңыз
___
👥Что приводит к межгрупповому конфликту и как можно его разрешить?
👤В 1950-х годах американский психолог Музафер Шериф провел исследование в детском лагере в Оклахоме. В социальной психологии исследование известно как Robbers cave experiment (Пещера разбойников).
🔍Подробнее об эксперименте можно узнать в карусели.
#ҚҚДИ#KIPD
#SocialPsychology#ConflictResolution#RobbersCaveExperiment
🚀 Ukraine's Negotiator Optimistic About Peace Deal with Russia
Ukraine's chief negotiator with Russia has expressed optimism about reaching a peace agreement with Russian President Vladimir Putin in the near future. Bloomberg posted on X, highlighting the negotiator's belief that a resolution to the ongoing conflict could be achieved soon. This development comes amid ongoing tensions and efforts to find a diplomatic solution to the hostilities between the two nations. The negotiator's comments suggest a potential breakthrough in the peace talks, which have been a focal point for international observers. The situation remains fluid, with both sides continuing to engage in discussions aimed at ending the conflict.
#Ukraine#Russia#PeaceTalks#Diplomacy#ConflictResolution#InternationalRelations
🚀 Polymarket Odds Drop as Iran-Israel/US Conflict Talks Stall
Polymarket odds for the Iran-Israel/US conflict ending before April 15 have decreased to 47%, marking a 22% drop within 24 hours. According to NS3.AI, the odds for the conflict concluding before April 30 have also fallen to 55%, down 16%. This decline follows the latest round of US-Iran talks, which ended without reaching an agreement.
#Polymarket#IranIsraelConflict#USTalks#IranUSRelations#OddsDrop#ConflictResolution#April15#April30
🚀 Iran's Leadership Revamp Amid Peace Talks with the US
The ongoing conflict in Iran has prompted significant changes in the nation's leadership structure. Bloomberg posted on X that the Revolutionary Guards are set to play a pivotal role in the upcoming peace negotiations with the United States this weekend. This shift in power dynamics underscores the growing influence of the Revolutionary Guards in Iran's political landscape. The talks are expected to address key issues surrounding the conflict and aim to establish a framework for peace. Observers are closely watching how the involvement of the Revolutionary Guards will impact the discussions and the potential outcomes of these negotiations.
#Iran#LeadershipRevamp#PeaceTalks#RevolutionaryGuards#USIranRelations#PoliticalLandscape#ConflictResolution#IranPolitics#PeaceNegotiations
🚀 Russia and Ukraine Conduct Prisoner Swap Mediated by UAE
Russia and Ukraine have successfully exchanged 175 prisoners of war, with the United Arab Emirates playing a mediating role in the process. Bloomberg posted on X, highlighting the significance of this exchange amid ongoing tensions between the two nations. The swap marks a notable development in the efforts to address humanitarian concerns arising from the conflict. Both countries have been engaged in a prolonged conflict, and such exchanges are seen as steps towards easing tensions and addressing the humanitarian impact of the war. The involvement of the UAE underscores the international community's interest in facilitating dialogue and resolution between Russia and Ukraine. This exchange is part of ongoing efforts to manage the humanitarian aspects of the conflict, which has drawn widespread international attention.
#Russia#Ukraine#PrisonerSwap#UAE#HumanitarianEfforts#ConflictResolution#InternationalDiplomacy#HumanitarianImpact#Tensions#War