#programming-language #boilerplate #generate #cli #blazingly #python #java

app boilrs

A fast rust CLI program to generate boilerplate code for programming languages

7 releases

0.1.6 Jan 12, 2025
0.1.5 Jan 5, 2025

#199 in Development tools

Download history 420/week @ 2025-01-01 157/week @ 2025-01-08 14/week @ 2025-01-15

591 downloads per month

MIT license

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 doing export PATH="$HOME/.cargo/bin:$PATH"

No runtime deps