coolrex / pag

It mean: Pack And Go

Home Page:https://axetroy.github.io/pag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

It mean: Pack And Go

https://axetroy.github.io/pag

License:Apache License 2.0


Languages

Language:JavaScript 100.0%