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!') })
var config = { 'tokens': { 'a': 'A', 'b': 'B' }, 'src_file': 'index.template', 'dst_file': 'index.html' }
tokeniser.tokenise(config, function (err) { console.log('rock!') })
npm i @txm/tokeniser
1
1.1.0
ISC