https://github.com/sky0621/book_kt
https://github.com/sky0621/book_kt
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sky0621/book_kt
- Owner: sky0621
- Created: 2019-07-28T15:01:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-28T15:42:55.000Z (almost 7 years ago)
- Last Synced: 2025-01-21T13:29:51.586Z (over 1 year ago)
- Language: Kotlin
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
"キー","バリュー"