Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.84 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.84 KB

rust workflow

templo-desert-sun

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.


Installation

To use Templo you can download the executable file from releases page.

Another ways to download Templo is coming soon...

Getting Started

If Templo was installed a WELCOME message will appear in your console. 🎉

$ tp

┌────────────────────────────────────────────────┐
│               WELCOME to TEMPLO                │
├───┬───┬───┬───┬───┐       ┌───┬───┬───┬───┬────┤
│   │   │   │   │   │       │   │   │   │   │    │
│   │   │   │   │   │       │   │   │   │   │    │
│   │   │   │   │   │       │   │   │   │   │    │
│   │   │   │   │   │       │   │   │   │   │    │
├───┘   └───┘   └───┘       └───┘   └───┘   └────┤
└────────────────────────────────────────────────┘

Guides

coming soon...