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

https://github.com/sky0621/book_kt


https://github.com/sky0621/book_kt

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# book_kt

## Env


v1.3

## Recipe

### アプリ起動


$ book

#

### アプリ終了


end

$

### ヘルプ


help

*show help

### 保存


save key01 val01

### 取得


get key01

val01

### 削除


remove key01

### 一覧表示


list

"key","value"
"key01","val01"
"11111","22222"
"キー","バリュー"