.gitignore: refactor. add tour, oppanmachine

This commit is contained in:
Jon
2023-02-05 14:05:59 +00:00
parent 346cc478c9
commit 0e770d78e8
13 changed files with 1846 additions and 2 deletions

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
all: | build
prod: | build validate
build:
node lib/build.js
validate:
ajv -s data/schema.yaml -d data/songs.json
links:
lib/sh/getlatest.sh $(i)
dbg:
node -e 'console.debug(require("util").inspect(require("./data/songs.js"), { colors: true, depth: Infinity, maxArrayLength: Infinity }))'