Templo is a template manager that provide you more flexibility and agility at software development time and is built in Rust.
- Generates a lot of code for you.
- Includes a template engine.
- Can download templates from web.
- Has an interactive command line interface.
- Ships only a single executable file.
- Is open source.
❗ Templo is still in development, so it has unstable command line interface and features.
To use Templo you can download the executable file from releases page.
Another ways to download Templo is coming soon...
If Templo was installed a WELCOME message will appear in your console. 🎉
$ tp
┌────────────────────────────────────────────────┐
│ WELCOME to TEMPLO │
├───┬───┬───┬───┬───┐ ┌───┬───┬───┬───┬────┤
│ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │ │ │ │ │ │ │ │ │
├───┘ └───┘ └───┘ └───┘ └───┘ └────┤
└────────────────────────────────────────────────┘
coming soon...