Skip to content

EmNudge/Minimal-Templating-Lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal-Templating-Lang

The most minimal of templating languages


This is a minimal templating language that should never ever be used by anyone. It was a test to see if I could make a mini-templating language with just node. It works similarly to a stripped down version of things like pug. It only has a very basic partials system.

Will it be expanded in the future? Possibly, but don't bet on it. It was just a way to occupy some free time I had on an off day.


The one this this showed me is that my code is abhorrently messy when doing complex string mutilation. Regex alone is clearly not enough to create somewhat readable text transformation. I may need to dig into parsing frameworks.

About

The most minimal of templating languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published