rojo-watcher

Crates.iorojo-watcher
lib.rsrojo-watcher
version0.1.2
created_at2025-11-08 14:25:24.79309+00
updated_at2025-11-08 14:46:23.326302+00
descriptionA CLI tool that watches folders and updates Rojo project files.
homepage
repositoryhttps://github.com/cosinewaves/rojo-watcher
max_upload_size
id1922910
size56,556
cosinewaves (cosinewaves)

documentation

README

🧩 rojo-watcher

a lightweight CLI tool that automatically updates your .project.json file when new folders are added to your development directory

🚀 Installation

From Source

Clone and build it with Cargo:

git clone https://github.com/cosinewaves/rojo-watcher.git
cd rojo-watcher
cargo install --path .

From Crates.io

cargo install file-watcher

Build Manually

git clone https://github.com/cosinewaves/rojo-watcher.git
cd rojo-watcher
cargo build --release

🧠 Usage

Simply run the command:

rojo-watcher
Commit count: 0

cargo fmt