6 releases
new 0.1.5 | Jan 5, 2025 |
---|---|
0.1.4 | Jan 3, 2025 |
#264 in Development tools
420 downloads per month
7KB
124 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++
- more to come...
Todos
- 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 $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"