Мы используем 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
Audi A8 e-tron launch event for which we did keynote presentations brought us a big challenge suddenly as just a night before we had to change and move contents from one screen to another due to tecnical glitch in screens setup. As you can see there are screens everywhere for immersive experience, all keynote presentations had to be made for all screens to ensure the event is grand as it's Audi . We did this event last year and we did another Audi event last month. It's fun 😊
#Keynote#presentation#design@PowerPointBBT
We worked for Coca-Cola event that happened in May this year. With so much of content changes constantly coming from them, it was tough but we did it. At the end, clients appreciated us so much for allowing last minute changes and making the event a success.
#PowerPoint#Keynote#presentation#ppt
Last year we did presentation for KIA NDC and this year we did it for its parent company Hyundai. One more addition to the brands we have served. Take a look at the presentation that we did in keynote for this 13 screen setup measuring a total of 80 feet. A seamless presentation for an immersive experience.
#PowerPoint#Keynote#presentation#ppt
Hello there, please reach out for any PPT (PowerPoint) related work. Have worked with some top brands like Samsung, Honda, KIA, Lenovo, Adobe, Google and many more.
#PowerPoint#Keynote#presentation#ppt
So, we were working on one of the number one mass-market automotive brands. It originates from Korea and has a worldwide presence.
Unfortunately happened to be a double work for us because suddenly they realised that they didn't brief us on about their brand guidelines. We had to change the whole course and it's right now under management review. Barely slept for 4 hours.
#PowerPoint#Keynote#presentation#ppt
🎤Keynote Speech by Meta & NVIDIA
📍 September 24, 2025 | Main Hall 1, CAEx, Tashkent
⏰ 14:00 – 16:00
Representatives of META and NVIDIA will deliver inspiring keynote speeches and take part in TED Talks, sharing their vision of the future of digital technologies. The sessions will highlight cutting-edge innovations in AI, immersive technologies, and digital transformation, offering new perspectives for Uzbekistan’s ICT ecosystem.
👉 Don’t miss the chance to hear directly from global tech leaders shaping the future of technology.
#ICTWeekUzbekistan2025#META#NVIDIA#AI#Innovation#Keynote#DigitalTransformation