1.0.5 • Published 7 years ago

aresig v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

aresig

Javascript microtemplate with async helpers and data, inspired by John Resig Micro-Templating library.

Super simple tempalte engine

const tplString = `
	<div id="<%= id %>" class="<%= (i % 2 == 1 ? "even" : "odd") %>">
		<div>
			<img src="<%= profileImageUrl %>"/>
		</div>
		<div class="contents">
			<p>
				<a href="/<%= fromUser %>">
					<%= fromUser %>
				</a>: <%= text %>
			</p>
		</div>
	</div>
`;
1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago