1个稳定版本

1.0.0 2022年2月22日

#83 in #kv

MIT 许可证

6KB
88 代码行

kv

一个简单的键值存储。帮助您存储URL和其他杂项。

用法

kv set es_url https://prd.es.hyperngn.com
# ^ 0 exit code and no output

kv get es_url
# ^ 0 exit code with following output on  
# https://prd.es.hyperngn.com

kv del es_url
# ^ 0 exit code and no output

kv list
# ^ 0 exit code with following output on  
#es_url\thttps://prd.es.hyperngn.com

依赖项

~3.5MB
~55K SLoC