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

https://github.com/sky0621/book_scala


https://github.com/sky0621/book_scala

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# book_scala

## Env


$ scala -version
Scala code runner version 2.11.12 -- Copyright 2002-2017, LAMP/EPFL

## Recipe

### アプリ起動


$ book

#

### アプリ終了


end

$

### ヘルプ


help

*show help

### 保存


save key01 val01

### 取得


get key01

val01

### 削除


remove key01

### 一覧表示


list

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