2.0.9 • Published 1 year ago

perthite-2 v2.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Pr Templates

  • Pr Templates is a simplified, lightweight JavaScript Templating Engine.
  • This templating engine can work in Node Js, with Express JS.

Homepage

phillip-rek.github.io

Repository

github.com/Phillip-Rek/perthite

Usage Example

{% template navBar(pages) %}
    <nav>
        {% for(let page of pages) %}
            <a href="${page.url}">{{ page.name }}</a>
        {% end_for %} 
    </nav>
{% end_template %}

{% call: navBar([{ name: "Home", url: "/" }, { name: "About", url: "about" }]) %}

Installing

npm i perthite-2

Documentation

Documentation can be found on the wiki page as well as on the github page

Bug Reporting

Your Issues are more welcome, Help us improve Perthite by reporting any bugs you may encounter.

Contributing

Check out for open issues and start contributing. You can also contribute by improving the documentation or you can write articles about Perthite. Another way of contributing is by asking for features, we would like to hear what features would you like is to implement on this library.

License

MIT

Copyright (c) 2020 Phillip Rekhotho

2.0.3

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.9

1 year ago

2.0.8

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.2

3 years ago

1.0.9

3 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago