# init
diary-generator --config ./diary/cofig init
# archive
diary-generator --config ./diary/cofig init archive --target-ym 2023-01
config.yaml
を作成し、以下のように設定する。
name: diary
baseDirectory: base-directory-full-path-here
templateFile: template-file-full-path-here
enabledArchiveSummary: true
F:\Dropbox\memo
以下に当リポジトリの bin
ディレクトリをコピー & 設定ファイルが配置済みである前提。
schtasks /create /tn "Init Diary" /tr "F:\Dropbox\memo\bin\init.bat ./config.yaml" /sc daily /st 07:00