7 releases
0.1.6 | Jan 12, 2025 |
---|---|
0.1.5 | Jan 5, 2025 |
#199 in Development tools
591 downloads per month
7KB
141 lines
Overview
Boilrs is a blazingly fast 🚀 Rust CLI program made in Rust to generate boilerplate code for programming languages
Supported languages
- Rust
- Python
- Javascript
- Java
- C#
- Go
- C++
- Ruby
- Haskell
- more to come...
Todos
- add support for more languages
- save file under different filename
- save file under different directory
Executing
[!IMPORTANT] To execute the CLI program, you must make sure you have cargo binaries in your
$PATH
For Linux, you can check the path with
echo $PATH
If it is not in the path, you can add cargo binaries to the path by doingexport PATH="$HOME/.cargo/bin:$PATH"