0.1.0 • Published 3 years ago

@talentan/tools v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Why this repo?

Small tools for better life

How to use

requirements

node environment

install

npm install @talentan/tools -g

examples

// 批量重命名文件后缀
talentan resuffix doc txt // 把当前文件夹下(不包括子文件夹)的 *.doc重命名成 *.txt
talentan resuffix doc txt -a // 把文件夹下(包括子文件夹)的 *.doc重命名成 *.txt