templatesjs
Advanced tools
Comparing version 1.1.11 to 1.1.12
{ | ||
"name": "templatesjs", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"description": "Render template without any engine, pure JavaScript,easy to use, works with any file format including HTML, include files inside files, can be used with any framework and raw node.js ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# templatesjs | ||
[![Build Status](https://travis-ci.org/ImtiazChowdhury/templatesjs.svg?branch=master)](https://travis-ci.org/ImtiazChowdhury/templatesjs) | ||
@@ -7,2 +10,3 @@ [![node](https://img.shields.io/badge/Node-=>4.0.0-brightgreen.svg)]() | ||
[![npm](https://img.shields.io/npm/v/templatesjs.svg)]() | ||
[![npm](https://img.shields.io/npm/l/templatesjs.svg)]() | ||
@@ -15,3 +19,3 @@ [![npm](https://img.shields.io/npm/dw/templatesjs.svg)]() | ||
It works using simple javascript function, high speedy and easy to use. | ||
It works using simple javascript functions, high speedy and easy to use. | ||
works with any file format including HTML. you can also include another files in your file using include() | ||
@@ -226,7 +230,2 @@ | ||
<%user[2,4] {<a href="user/*">*</a>}%> | ||
<!-- | ||
**specify the format in curly braces | ||
** all "*" sign will be replaced by the actual | ||
**value with the format specified around it | ||
--> | ||
@@ -252,9 +251,3 @@ </body> | ||
<body> | ||
<%user[2] {<a href="user/*">*</a>}%> | ||
<!-- | ||
**specify the format in curly braces | ||
** all "*" sign will be replaced by the actual | ||
**value with the format specified around it | ||
--> | ||
@@ -261,0 +254,0 @@ </body> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7
24882
454