Skip to content

Instantly share code, notes, and snippets.

@marshyon
Created June 7, 2025 12:55
Show Gist options
  • Save marshyon/859cb5d125bebe845b105ca739ddee66 to your computer and use it in GitHub Desktop.
Save marshyon/859cb5d125bebe845b105ca739ddee66 to your computer and use it in GitHub Desktop.
basic justfile
BINGBING := "https://www.bing.com"
set dotenv-load
help:
echo "Bing URL is: {{BINGBING}}"
@echo "bongo is $BONGO"
just -l
build:
echo "doing the build"
test:
echo "running the tests"
clean:
echo "cleaning up"
do-everthing:
just build
just test
just clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment