# ScholFetch - URL to article metadata converter default: @just --list # Build the binary build: go build -o scholfetch . # Run tests test: go test ./... # Format code fmt: go fmt ./... # Run linter (requires golangci-lint) lint: golangci-lint run