npm包汇总

1.figlet

FIGlet是基于 ASCII 字符组成的字符画。
Link:https://www.npmjs.com/package/figlet

比如我们输入字符串:’hello world!’
经过figlet处理后转换为:

npm包汇总_第1张图片

特点
1.支持多种字符画风格
2.提供调试工具: http://patorjk.com/software/taag/

2.Prism

Prism是一款代码高亮的插件,支持多种格式代码、多种风格展示。
Link
test

npm包汇总_第2张图片

3.properties-parser

A parser for .properties files written in javascript. Properties files store key-value pairs. They are typically used for configuration and internationalization in Java applications as well as in Actionscript projects.

4 node-fs-extra

一个封装更多fs操作的包,如创建、复制、移动文件、文件夹等。
https://github.com/jprichardson/node-fs-extra

你可能感兴趣的:(nodejs)