| Crates.io | boilrs |
| lib.rs | boilrs |
| version | 0.1.6 |
| created_at | 2025-01-03 21:39:15.898184+00 |
| updated_at | 2025-01-12 02:38:28.12639+00 |
| description | A fast rust CLI program to generate boilerplate code for programming languages |
| homepage | https://github.com/smit4k/boilrs |
| repository | https://github.com/smit4k/boilrs |
| max_upload_size | |
| id | 1502891 |
| size | 6,829 |
Boilrs is a blazingly fast 🚀 Rust CLI program made in Rust to generate boilerplate code for programming languages
add support for more languages
save file under different filename
save file under different directory
[!IMPORTANT] To execute the CLI program, you must make sure you have cargo binaries in your
$PATHFor Linux, you can check the path with
echo $PATHIf it is not in the path, you can add cargo binaries to the path by doingexport PATH="$HOME/.cargo/bin:$PATH"