@axetroy/pag

0.0.8 • Public • Published

A lightweight template engine

Greenkeeper badge Build Status Coverage Status Dependency License Prettier Node npm version Size

Try it out

This is a template engine base on AST It's useful to help you learn how to write a compiler

Usage

const pag = require("@axetroy/pag");

pag("hello {{name}}", { name: "world" }); // hello world

Contributing

Contributing Guide

如果你觉得项目不错,不要吝啬你的 star.

长期造轮子,欢迎 follow.

Contributors


Axetroy

💻 🐛 🎨

License

FOSSA Status

Dependencies (0)

    Dev Dependencies (11)

    Package Sidebar

    Install

    npm i @axetroy/pag

    Weekly Downloads

    1

    Version

    0.0.8

    License

    Apache

    Last publish

    Collaborators

    • axetroy