Skip to content

Instantly share code, notes, and snippets.

@mpppk
Last active December 15, 2020 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpppk/f6d9bc773f5f6eab82485a21675a8542 to your computer and use it in GitHub Desktop.
Save mpppk/f6d9bc773f5f6eab82485a21675a8542 to your computer and use it in GitHub Desktop.
# https://github.com/mpppk/messagen
# https://qiita.com/mpppk/items/76298ac7ff9f2d31a0bf
Definitions:
- Type: Root
Templates:
- "{{.Intro}}{{.Main}}{{.Outro}}"
- Type: Intro
Templates:
- "{{.Name}}さん、お疲れ様でした。"
- "{{.Name}}さん、これまで大変にお世話になりました。"
- Type: Main
Templates:
- "{{.Name}}さんが{{.Rel}}で本当によかったです。"
- "{{.Name}}さんの丁寧な仕事ぶり、みんな尊敬していました。"
- "私が仕事で悩んでいるときに頂いた「{{.Meigen}}」は私の人生を変えた一言でした。"
- Type: Main
Templates:
- "あなたの頑張りは多くの人々の活力になったはずです。"
Constraints: { "Rel": "部下" }
- Type: Main
Templates:
- "退職されることは本当に名残り惜しくまだまだ教えて頂きたいことが沢山あるような気がいたします。"
Constraints: { "Rel": "上司" }
- Type: Meigen
Templates:
- "人生に失敗がないと、人生を失敗する。"
- "未来とは、今である。"
- "その場しのぎのコードは必ず負債になる、それは全くその通りだな。だがオレは、その負債を返すのがオレじゃないって可能性に賭けるぜ!"
- Type: Outro
Templates:
- "益々のご健康とご活躍をお祈り致します。"
- Type: Outro
Templates:
- "この度定年を迎えるに当たり、お世話になった社員一同、深く感謝申し上げます。"
Constraints: { "Reason": "定年退職" }
- Type: Outro
Templates:
- "新たな出発が実り多きものとなりますよう心から応援しております。"
Constraints: { "Reason": "転職" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment