@txm/tokeniser
v1.1.0
Published
search and replace tokens from a source file, writing to a new file
Downloads
2
Readme
txm-tokeniser
var config = { 'tokens': { 'a': 'A', 'b': 'B' }, 'src_file': 'index.template', 'dst_file': 'index.html' }
tokeniser.tokenise(config, function (err) { console.log('rock!') })