Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nviam/odin-templateless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Templateless

A lightweight, logicless templating library for the Odin programming language. This library allows you to define templates using placeholder variables within strings and replace them with values from a provided dictionary.

Features

  • Simple template substitution using {{key}} syntax
  • Clean and minimal interface
  • Designed to integrate easily into Odin projects
  • No errors returns

Non Featureas

  • No conditionals nor nested templates.
  • Not a full-featured template engine.

Usage

For library usage and more information run:

odin doc .

Installation

Clone or copy the template module into your Odin project directory.

License

1-Clause BSD NON-AI License. See LICENSE for details.

Contributing

Contributions are welcome! Feel free to submit issues or pull requests. For every issue please add a test

About

A lightweight, logicless templating library for the Odin programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages