rustlay

Crates.iorustlay
lib.rsrustlay
version0.1.1
sourcesrc
created_at2024-06-09 19:11:26.806069
updated_at2024-08-19 15:36:49.256713
descriptionA Rust CLI tool for generating Clean Architecture project boilerplates.
homepage
repositoryhttps://github.com/calalalizade/rust_clean_arch_generator
max_upload_size
id1266579
size34,570
Jalal Alizadeh (calalalizade)

documentation

README

Rustlay 🦀

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.

Installation

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

Usage

To use, run the command:

rustlay generate <feature_name>
Commit count: 15

cargo fmt