tmpl

WebJar for tmpl

License

License

BSD 3-Clause
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

tmpl
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

tmpl
WebJar for tmpl
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/daaku/nodejs-tmpl

Download tmpl

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/tmpl/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>tmpl</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/tmpl/
implementation 'org.webjars.npm:tmpl:1.0.4'
// https://jarcasting.com/artifacts/org.webjars.npm/tmpl/
implementation ("org.webjars.npm:tmpl:1.0.4")
'org.webjars.npm:tmpl:jar:1.0.4'
<dependency org="org.webjars.npm" name="tmpl" rev="1.0.4">
  <artifact name="tmpl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='tmpl', version='1.0.4')
)
libraryDependencies += "org.webjars.npm" % "tmpl" % "1.0.4"
[org.webjars.npm/tmpl "1.0.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

tmpl Build Status

Simple string formatting using {}.

assert.equal(
  tmpl('the answer is {answer}', { answer: 42 }),
  'the answer is 42')

Versions

Version
1.0.4