Crates.io | rustlay |
lib.rs | rustlay |
version | 0.1.1 |
source | src |
created_at | 2024-06-09 19:11:26.806069 |
updated_at | 2024-08-19 15:36:49.256713 |
description | A Rust CLI tool for generating Clean Architecture project boilerplates. |
homepage | |
repository | https://github.com/calalalizade/rust_clean_arch_generator |
max_upload_size | |
id | 1266579 |
size | 34,570 |
Rustlay is a command-line tool that streamlines the process of generating boilerplate code for your Rust projects. It helps you quickly scaffold common features, letting you focus on the unique aspects of your application.
Rustlay requires the Rust toolchain to be installed on your system. If you don't have Rust, you can get it from https://www.rust-lang.org/.
Once you have Rust installed, you can install Rustlay via Cargo:
cargo install rustlay
To use, run the command:
rustlay generate <feature_name>