Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zztkm/nipo
日報
https://github.com/zztkm/nipo
Last synced: 10 days ago
JSON representation
日報
- Host: GitHub
- URL: https://github.com/zztkm/nipo
- Owner: zztkm
- License: mit
- Created: 2021-04-17T00:19:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T14:16:19.000Z (about 2 years ago)
- Last Synced: 2024-12-20T23:29:51.735Z (14 days 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
```