mirror of
https://github.com/Azure/setup-helm.git
synced 2025-12-24 08:15:44 +00:00
v3 new release (#80)
This commit is contained in:
committed by
GitHub
parent
a767c8d3a1
commit
20d2b4f98d
10
node_modules/tmpl/readme.md
generated
vendored
Normal file
10
node_modules/tmpl/readme.md
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
tmpl [](http://travis-ci.org/nshah/nodejs-tmpl)
|
||||
====
|
||||
|
||||
Simple string formatting using `{}`.
|
||||
|
||||
```javascript
|
||||
assert.equal(
|
||||
tmpl('the answer is {answer}', { answer: 42 }),
|
||||
'the answer is 42')
|
||||
```
|
||||
Reference in New Issue
Block a user