1.0.2 • Published 9 years ago
fis3-parser-replace-string v1.0.2
fis3-parser-replace-string
字符串替换。
Installation
npm install fis3-parser-replace-string --save-devUsages
fis.match('**.tpl', {
  parser: fis.plugin('replace-string', {
      '9game.cn': "${args.confvar_9game}"
    })
})Description
- 将配置参数中的key替换成value
 
Issues
Submit the issues if you find any bug or have any suggestion.
Contribution
Fork the repository and submit pull requests.