Metadata-Version: 2.1
Name: newfile
Version: 0.1.1
Summary: create files from preset template cli app
License: MIT
Author-email: teeaz <teeaz@github.com>
Requires-Python: >=3.9
Requires-Dist: click>=8.0.3
Requires-Dist: lazyaml>=6.0.4
Requires-Dist: rich>=11.2.0
Project-URL: homepage, https://github.com/teeaz/newfile
Description-Content-Type: text/markdown

# newfile
create files from preset template cli app

- [Docs](https://github.com/teeaz/newfile)
- [Examples](https://github.com/teeaz/newfile/tree/main/example)

## template globals
- `now` 
- `filename`
- `dirname`
- `pwd`
- `git_dir`
- `params` 
- `args`
- `_tl_`： Low context handle


## TODO

- 递归父目录查找模板文件
- 关联文件创建支持(一个初始项目通常是多个文件)
- 在模板内定义输出文件
- 全局模板管理()

