Categorygithub.com/zztkm/nipo
repositorypackage
0.5.0
Repository: https://github.com/zztkm/nipo.git
Documentation: pkg.go.dev

# README

nipo

日報

Feature

  • 日報リポジトリの初期化
    • nipo.jsonに独自のnipo書式を追加
  • sinkを開く
  • 任意の文字列を置換
    • Markdown -> nipo
    • ## ->
{
    "header": {
        "# ": "★",
        "## ": "●"
    }
}

Installation

go install github.com/zztkm/nipo@latest

Usage

  • Initializing the 日報(Daily Report) Repository
nipo init

# create `nipo.json` file
  • ヘッダーの変換を行う
    • 変換の内容はnipo.jsonに従う
nipo converte 2021-04-08.md