Skip to content

Releases: GafelSon/template-rs

v1.0.0 - Initial Release

02 Oct 08:07

Choose a tag to compare

template-rs v1.0.0 - Initial Release

🎉 First stable release of template-rs!

Features

  • ✨ Interactive CLI for Rust project initialization
  • 🔧 Auto-generates Cargo.toml with full metadata
  • 📄 README, LICENSE, and AUTHORS file generation
  • 🎨 Nerd Font icons support
  • 🔐 Built-in license templates (MIT, Apache-2.0, GPL-3.0, BSD-3-Clause, MPL-2.0)
  • 🌳 Git integration with auto-initialization
  • ✅ Cargo check validation
  • 🚀 Zero external dependencies

Installation

git clone https://github.com/gafelson/template-rs
cd template-rs
chmod +x init.py
python init.py