Skip to content

vdamyanov/tmpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Usage

tmpl.compile('asdfasfd {{1+2}} {{test}} {{true == false}} {{some.thing}}', {
  test: 'string',
  some: {
    thing: 'something'
  }
}));

This will output:

asdfasfd 3 string false something

About

Experimenting with templating

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published