文件名称:ansi-template:颜色 tmpl 的 String.prototype 友好替代品
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-12 15:31:58
JavaScript
ansi-模板 颜色 tmpl 的 String.prototype 友好替代品 使用将{red}类模板命令替换为 ansi 颜色/格式代码。 它还使用chalk进行临时终端格式化。 var ansi = require ( 'ansi-template' ) ansi ( '{red}Error{/red} don\'t hold much hope for the {underline}creedence tapes{/underline}' ) // will return a strin with the {foo}'s replaced with the equivelant ansi-style code 这个模块旨在成为一个更简单的、粉笔友好的替代colors-tmpl,没有String.prototype noodling。 但后来我发现, colors/safe
【文件预览】:
ansi-template-master
----index.js(383B)
----package.json(449B)
----test()
--------test.js(2KB)
--------example.js(593B)
----.gitignore(13B)
----README.md(1KB)