4 个版本 (2 个重大变更)
0.3.1 | 2022 年 8 月 28 日 |
---|---|
0.3.0 | 2022 年 8 月 28 日 |
0.2.0 | 2022 年 8 月 28 日 |
0.1.0 | 2022 年 8 月 28 日 |
#16 在 #主目录
每月下载 27 次
660KB
99 行代码(不包括注释)
BoilerFiles
可在 crates.io 上找到。
BoilerFiles 是一个 CLI 工具,用于从公共 GitHub 模板仓库下载您的模板文件。
功能
你是否厌倦了每次创建新项目时都复制你的 .editorconfig
和 .prettierrc
?我也是!
使用这个 CLI,你可以轻松地从你的公共 GitHub 仓库下载(多个)文件。
你还可以在你的主目录中创建一个 .boilerfiles
文件,其中包含默认仓库的限定符,例如,YourUsername/YourTemplateRepository
。
安装
cargo install boilerfiles
用法
boilerfiles [{user}/{repo}] [path]
示例
以下示例中,用户会被提示从 DerYeger/boilerfiles
仓库的根目录下载文件。
boilerfiles DerYeger/boilerfiles
你也可以指定子路径,例如,.github/workflows
。这样,你可以从 .github/workflows
目录下载文件。
boilerfiles DerYeger/boilerfiles .github/workflows
配置文件
通过在你的主目录中创建一个 .boilerfiles
文件,你可以设置默认目录。
该文件应包含一个与 {user}/{repo}
参数格式匹配的单行。如果存在这样的文件,则可以省略相应的参数。
许可证
MIT - 版权所有 © Jan Müller
依赖
~8–20MB
~320K SLoC