past
CLI Toolkit
A collection of CLI utilities for automating repetitive dev tasks — file scaffolding, git helpers, and deployment scripts.
RustClapTokio #cli#automation
CLI Toolkit
A set of command-line tools I built to speed up my own workflow.
Tools included
- scaffold: Generate project boilerplates from custom templates
- gitsync: Batch git operations across multiple repos
- deployer: One-command deployment to various hosting providers
Why Rust?
I wanted to learn Rust, and CLI tools are the perfect use case — fast startup, single binary distribution, and strong type safety for argument parsing.