templatesjs
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "templatesjs", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Render dynamic view , works with any file format including HTML, can be used with any framework and raw node.js ", | ||
@@ -12,3 +12,2 @@ "main": "index.js", | ||
"engine", | ||
"engines", | ||
"render", | ||
@@ -15,0 +14,0 @@ "include", |
@@ -34,3 +34,3 @@ # templatesjs | ||
- [Render array](#array) | ||
- [Loop through array](#loopthrough-array) | ||
- [Loop through array](#loop-through-array) | ||
- [Loop through specific array indexes](#loop-through-specific-index-of-array) | ||
@@ -52,6 +52,8 @@ - [Specify format of output](#format-of-output) | ||
###using git | ||
```sh | ||
$ git clone https://github.com/ImtiazChowdhury/templatesjs.git | ||
``` | ||
# Usage | ||
@@ -419,3 +421,3 @@ | ||
* **delim()** : `delimier()` | ||
* **delim()** : `del(` | ||
* **delim()** : `del()` | ||
* **delim()** : `d()` | ||
@@ -488,5 +490,5 @@ | ||
``` | ||
Please Report any bug or error https://github.com/ImtiazChowdhury/templatesjs/issues. | ||
Please Report any bug or issue on https://github.com/ImtiazChowdhury/templatesjs/issues. | ||
Thank You for having a look through. | ||
Hope you enjoy coding with templatesJS. |
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
26706
490