From 71f0f8ab653ebf8ab253dab0b88fa2d981e10a01 Mon Sep 17 00:00:00 2001 From: "Christopher P. Brown" Date: Thu, 6 Jan 2022 16:43:11 -0700 Subject: [PATCH] template demo --- games.templ | 8 ++++++++ justfile | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 games.templ 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