aboutsummaryrefslogtreecommitdiff
path: root/justfile
blob: a34080c526b59ac2966376efe01a9e3d3d3b4954 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
alias cloc := loc
set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]
default:
    @echo "fun fact your pc is {{arch()}} and is probably on {{os()}}"
    @just --list --list-heading $'and you can use these scripts (maybe)\n'
server:
    node src/server.js
badge-gen:
    lua src/badge-gen.lua
loc:
    cloc .