Files
wassname d8c8127c30 init
2024-06-13 09:12:38 +08:00

21 lines
313 B
Makefile

# see https://cheatography.com/linux-china/cheat-sheets/justfile/
set dotenv-load
# Export all just variables as environment variables.
set export
package := "lieelicitationprompts"
[private]
default: @just --list
# put your run commands here
app:
echo "hello world"
# black and isort
lint:
ruff .