Metadata-Version: 2.1
Name: code_var
Version: 0.1.1
Summary: "code-var is tools for varname in shell"
Author: LiPinCao
Requires-Python: >=3.6.2,<4.0.0
Description-Content-Type: text/markdown

## 变量命名工具

输入关键字 `var` 中文变量名，如：
```angular2html
➜ var 我和我的祖国
小驼峰法 | meAndMyMotherland 
大驼峰法 | MeAndMyMotherland 
下划线法 | me_and_my_motherland 
前下划线法 | _me_and_my_motherland 
```
