aboutsummaryrefslogtreecommitdiff
path: root/justfile
blob: f98af2bc8a334475e64a429e989e5bf218bb4865 (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 .