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

Skip to content

crutchcorn/doodl

Repository files navigation

Doodl ✏︎

A modern type-safe templating engine

<!-- Run TypeScript via Node -->
<setup>
import {v4} from "uuid";

const data = {
    hello: !!v4 ? 123 : null
};
</setup>

<!-- Use `lang` to change the syntax highlighting of the `output` block -->
<output lang="json">
{
    "//": "Interpolate values with << >>",
    "test": <<data.hello>>
}
</output>

Installation

npm install doodl

Prerequisites

  • Node v22.18+

About

A modern type-safe templating engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published