Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zztkm/nipo

日報
https://github.com/zztkm/nipo

Last synced: 10 days ago
JSON representation

日報

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
```