gobble-replace:用 gobble 替换文本中的 <@variables@>

时间:2024-06-22 20:50:33
【文件属性】:

文件名称:gobble-replace:用 gobble 替换文本中的 <@variables@>

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-22 20:50:33

JavaScript

狼吞虎咽替换 将文本中的 <@variables@> 替换为 gobble。 安装 首先,您需要安装 gobble - 有关详细信息,请参阅。 然后, npm i -D gobble-replace 用法 gobblefile.js var gobble = require ( 'gobble' ) ; module . exports = gobble ( 'templates' ) . map ( 'replace' , { // all instances of `<@foo@>` and `<@answer@>` in the // files in `templates` will be replaced foo : 'bar' , answer : 42 , object : { nested : 'value' // you can do `


【文件预览】:
gobble-replace-master
----index.js(2KB)
----package.json(480B)
----test()
--------test.js(2KB)
----.gitignore(23B)
----CHANGELOG.md(504B)
----README.md(1020B)

网友评论