#gitignore #template #github #file #tool #cli-tool #cli

app touch-gitignore

根据GitHub模板创建.gitignore文件

1个不稳定版本

0.1.0 2023年9月23日

#48#gitignore

MIT 许可证

11KB
97

touch-gitignore

一个创建基于GitHub gitignore模板的.gitignore文件的轻量级工具

安装

$ cargo install touch-gitignore

用法

使用模板名称作为参数调用touch-gitignore。模板名称区分大小写。查看所有模板:[https://github.com/github/gitignore](https://github.com/github/gitignore)

示例

$ touch-gitignore Rust
$ touch-gitignore Python
$ touch-gitignore C++

依赖项

~4–19MB
~247K SLoC