Seedly is a lightweight and fast CLI tool written in Rust for bootstrapping projects from reusable templates.
It allows you to:
- Create new projects from predefined templates
- Manage template paths locally
- Store configuration in a simple TOML file
- Quickly scaffold projects with minimal setup
Seedly is designed to be minimal, fast, and dependency-light β giving you a clean workflow without unnecessary complexity.
- β‘ Fast and lightweight (written in Rust)
- π Recursive directory template copying
- π Local template management
- π TOML-based configuration
- π¨ ANSI gradient CLI output
seedly add web-template ~/templates/web
seedly list
seedly new web-template my-new-project