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

app rustlay

A Rust CLI tool for generating Clean Architecture project boilerplates

2 releases

0.1.1 Aug 19, 2024
0.1.0 Jun 9, 2024

#1094 in Development tools

25 downloads per month

MIT license

24KB
421 lines

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>

Dependencies

~3–4MB
~84K SLoC