boilrs

Crates.ioboilrs
lib.rsboilrs
version0.1.6
created_at2025-01-03 21:39:15.898184+00
updated_at2025-01-12 02:38:28.12639+00
descriptionA fast rust CLI program to generate boilerplate code for programming languages
homepagehttps://github.com/smit4k/boilrs
repositoryhttps://github.com/smit4k/boilrs
max_upload_size
id1502891
size6,829
Saber (smit4k)

documentation

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

  • 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"

Commit count: 50

cargo fmt