templatesjs
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "templatesjs", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Render template without any engine, pure JavaScript, high speedy, 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", |
@@ -13,14 +13,14 @@ # templatesjs | ||
##usage | ||
|_ #how to render string | ||
|_ #how to render object.objectvalue | ||
|_ #how to render specific index's value of an array | ||
|_ #how to render all values looping through the whole array | ||
|_ #how to render all values looping through an specific index of array | ||
|_ #how to specify format of output (other elements around it or nesting it in other elements) | ||
|_ #specify output to be UPPERCASE, Capitalized or lowercase | ||
|_ #include another file inside a file or data | ||
|_ #set default directory for files | ||
|_ %tip : change the delimiter sign(%) | ||
|_ %tip : shorthands for functions | ||
|_ *demonstration : using with javascript in client side | ||
|_ ##how to render string | ||
|_ ##how to render object.objectvalue | ||
|_ ##how to render specific index's value of an array | ||
|_ ##how to render all values looping through the whole array | ||
|_ ##how to render all values looping through an specific index of array | ||
|_ ##how to specify format of output (other elements around it or nesting it in other elements) | ||
|_ ##specify output to be UPPERCASE, Capitalized or lowercase | ||
|_ ##include another file inside a file or data | ||
|_ ##set default directory for files | ||
|_ #%tip : change the delimiter sign(%) | ||
|_ ##%tip : shorthands for functions | ||
|_ ##*demonstration : using with javascript in client side | ||
@@ -39,3 +39,3 @@ | ||
#how to render string | ||
##how to render string | ||
########################################################################################################################## | ||
@@ -80,3 +80,3 @@ for examples below we will be rendering dynamic data to a HTML page | ||
#how to render object.objectvalue | ||
##how to render object.objectvalue | ||
###################################################################################################################################### | ||
@@ -107,3 +107,3 @@ we can also render array or object value as | ||
#how to render specific index's value of an array | ||
##how to render specific index's value of an array | ||
###################################################################################################################################### | ||
@@ -135,3 +135,3 @@ | ||
#how to render all values looping through the whole array | ||
##how to render all values looping through the whole array | ||
###################################################################################################################################### | ||
@@ -163,3 +163,3 @@ | ||
#how to render all values looping through some specific index of array | ||
##how to render all values looping through some specific index of array | ||
###################################################################################################################################### | ||
@@ -197,4 +197,3 @@ | ||
#how to specify format of output (other elements around it or nesting it in other elements) | ||
# | ||
##how to specify format of output (other elements around it or nesting it in other elements) | ||
###################################################################################################################################### | ||
@@ -295,3 +294,3 @@ | ||
#specify output to be UPPERCASE, Capitalized or lowercase | ||
##specify output to be UPPERCASE, Capitalized or lowercase | ||
###################################################################################################################################### | ||
@@ -336,3 +335,3 @@ | ||
#include another file inside a file or data | ||
##include another file inside a file or data | ||
###################################################################################################################################### | ||
@@ -369,3 +368,3 @@ | ||
#set default directory for files | ||
##set default directory for files | ||
###################################################################################################################################### | ||
@@ -393,3 +392,3 @@ | ||
%tip : change the delimiter sign(%) | ||
##%tip : change the delimiter sign(%) | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
@@ -432,3 +431,3 @@ | ||
*demonstration : using with javascript in client side | ||
##*demonstration : using with javascript in client side | ||
******************************************************************************************************* | ||
@@ -435,0 +434,0 @@ Exceptional Demonstration : |
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
24920
476