#boilerplate #generator #clean-architecture #command-line-tool #rust

app rustlay

A Rust CLI工具,用于生成Clean Architecture项目模板

2个版本

0.1.1 2024年8月19日
0.1.0 2024年6月9日

#1321 in 开发工具

Download history 82/week @ 2024-06-03 95/week @ 2024-06-10

119 每月下载量

MIT 许可证

24KB
421 代码行

Rustlay 🦀

Rustlay是一个命令行工具,可简化为您的Rust项目生成模板代码的过程。它帮助您快速搭建常用功能,让您专注于应用程序的独特之处。

安装

Rustlay需要在您的系统上安装Rust工具链。如果您没有Rust,可以从 https://rust-lang.net.cn/ 获取。

安装Rustlay后,您可以通过Cargo进行安装

cargo install rustlay

使用方法

使用时,请运行以下命令

rustlay generate <feature_name>

依赖项

~3–4MB
~85K SLoC