Skip to content

pultzlucas/templo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

444 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...