#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

#308 in Development tools

Download history 99/week @ 2024-12-28 326/week @ 2025-01-04 158/week @ 2025-01-11 8/week @ 2025-01-18 4/week @ 2025-02-01

173 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