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
Requires-Dist: bs4 (==0.0.1)
Requires-Dist: requests (==2.28.1)
Requires-Dist: typer (==0.6.1)

## 变量命名工具

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