complate 0.14.0

A powerful text templating tool.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 0.12
templates:
  commit:
    content:
      inline: |-
        {{ a.ticket }}: {{ b.summary }}
        {{ c.remarks }}
    values:
      a.ticket:
        prompt: "Enter the ticket number"
      b.summary:
        prompt: "Enter your work summary"
      c.remarks:
        prompt: "Other remarks"