Installing the command-line executable
Assuming you have Rust/Cargo installed , run this command in a terminal:
cargo install boilrs
It will make the boilrs command available in your PATH if you've allowed the PATH to be modified when installing Rust . cargo uninstall boilrs uninstalls.
Back to the crate overview .
Readme
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
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 doing export PATH = " $ HOME /.cargo/bin:$ PATH "