iconver
v0.1.0
Published
simple convert file tool
Downloads
2
Readme
iconver
轻松转换各种文件编码,妈妈再也不用担心我看到的是乱码了。
Install
npm install iconver -g
Usage
$ iconver ./**/*.txt -from gbk -to utf-8 -o
Options
-h, --help output usage information
-V, --version output the version number
-f, --from [value] which encode from, default is gbk
-t, --to [value] which encode to, default is utf-8
-o, --override exporting file override the original file
TODO
可以自由设定输出的文件名