https://github.com/zztkm/nipo
日報
https://github.com/zztkm/nipo
Last synced: 5 months ago
JSON representation
日報
- Host: GitHub
- URL: https://github.com/zztkm/nipo
- Owner: zztkm
- License: mit
- Created: 2021-04-17T00:19:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T14:16:19.000Z (over 2 years ago)
- Last Synced: 2025-02-09T04:39:51.433Z (5 months ago)
- Language: Go
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nipo
日報
## Feature
- 日報リポジトリの初期化
- nipo.jsonに独自のnipo書式を追加
- [sink](https://veltiosoft.dev/sink/)を開く
- 任意の文字列を置換
- Markdown -> nipo
- `## ` -> `●````json
{
"header": {
"# ": "★",
"## ": "●"
}
}
```## Installation
```console
go install github.com/zztkm/nipo@latest
```## Usage
- Initializing the `日報(Daily Report)` Repository
```console
nipo init# create `nipo.json` file
```- ヘッダーの変換を行う
- 変換の内容は`nipo.json`に従う```console
nipo converte 2021-04-08.md
```