Skip to content

Commit

Permalink
feat: add run target
Browse files Browse the repository at this point in the history
  • Loading branch information
wezzle committed Sep 4, 2024
1 parent ceb76b6 commit e943391
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ data-json-by-name name:
set -euxo pipefail
key=`just find-by-name {{name}}`
lua tojson.lua `just file $key | sed 's/.lua//'` | jq '.[] | { metalcost: .metalcost, energycost: .energycost, buildtime: (.buildtime/100) }'
run: init
go run *.go

0 comments on commit e943391

Please sign in to comment.