经常会使用到的node工具,记录一下。

常用的node工具

github-wikito-converter 转化wiki为pdf

github地址

安装
npm install -g github-wikito-converter
用法
# Clone your github wiki for example
git clone https://github.com/yakivmospan/github-wikito-converter.wiki.git

# Convert your wiki
gwtc ./github-wikito-converter.wiki

http-server 快速搭建一个http-server

github地址

安装
npm install http-server -g
用法
http-server [path] [options]