fis3-parser-replace-string
v1.0.2
Published
replace string by options
Downloads
2
Readme
fis3-parser-replace-string
字符串替换。
Installation
npm install fis3-parser-replace-string --save-dev
Usages
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.