scaffold-godot-rust

Crates.ioscaffold-godot-rust
lib.rsscaffold-godot-rust
version0.1.6
sourcesrc
created_at2023-12-23 17:55:38.410732
updated_at2024-01-09 04:22:49.60947
descriptionA simple scaffold for Godot Rust projects
homepage
repositoryhttps://github.com/ByteAtATime/scaffold-godot-rust
max_upload_size
id1079221
size23,871
(ByteAtATime)

documentation

README

Scaffold a Godot-Rust Project

This is a small tool that quickly scaffolds a simple boilerplate project for Godot-Rust.

Installation

Crates.io

This crate is hosted on crates.io, meaning you can install it with:

$ cargo install scaffold-godot-rust

From Source

First, clone the repository:

$ git clone https://github.com/ByteAtATime/scaffold-godot-rust
$ cd scaffold-godot-rust

Then you can build:

$ cargo build # --release

Usage

You literally just run the built executable and answer the prompts. When you're done, it scaffolds the project automatically.

Commit count: 14

cargo fmt