diff --git a/games.templ b/games.templ new file mode 100644 index 0000000..ba9aae1 --- /dev/null +++ b/games.templ @@ -0,0 +1,8 @@ +## {{Module}} + +{{Module}} is a game of {{System}} that I started playing {{Started}} as a {{Role}}. It is a {{Length}} and is {{Status}}. + +Here's how it went: + +> {{Notes}} + diff --git a/justfile b/justfile index 3d06a8c..db0c490 100644 --- a/justfile +++ b/justfile @@ -25,3 +25,7 @@ json: # create a new entry (WIP) new: node bin/cli.js + +# refcmt demo +template: + recsel games.rec | recfmt -f games.templ | pandoc -t html | lynx -stdin