Skip to content

Commit

Permalink
add name origin in readme (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosath authored Feb 8, 2025
1 parent e700016 commit 5631cd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

## ๐Ÿ“ Introduction

Protypo simplifies the process of generating backend code using JSON schemas, allowing you to focus on business logic and reducing repetitive tasks. It can generate code for various languages using customizable templates, making it a versatile tool for API generation, code scaffolding, and more.
The name Protypo originates from the Greek word ฯ€ฯฯŒฯ„ฯ…ฯ€ฮฟ (pronounced pro-tรฝ-po), meaning 'model', 'template', or 'pattern'. Protypo is a powerful code generator that transforms entity definitions into fully functional code, allowing you to quickly scaffold entire backend systems, APIs, and more.

Protypo was built to bring the speed and flexibility of low-code tools to Rust, with the extensibility and performance expected from a modern Rust-based tool.
Built for speed and flexibility, Protypo brings modern code generation to Rust, combining the performance of a Rust-based tool with the convenience of customizable templates for various programming languages and architectures.

## Features
- ๐Ÿš€ Supports `Tera` (default) and `MiniJinja` template engines.
- ๐Ÿš€ Supports `MiniJinja` (default) and `Tera` template engines.
- ๐Ÿ› ๏ธ Generates code based on JSON schemas for APIs, microservices, and more.
- ๐Ÿ“ฆ Customizable generators for different frameworks and programming languages.
- ๐Ÿ“‚ Project structure designed for flexibility and scalability.
Expand All @@ -33,7 +33,7 @@ To install Protypo, follow the steps below:
2. Install Protypo via Cargo:

```bash
cargo install --git https://github.com/dinosath
cargo install --git https://github.com/dinosath/protypo.git
```

#### ๐Ÿš€ Usage
Expand Down

0 comments on commit 5631cd8

Please sign in to comment.