0.1.0 • Published 3 years ago

@testscope1/fast-rm v0.1.0

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

sz-cli


说明

在windows下删除node_modules中大量的文件速度非常慢,并且系统资源基本会占用完,为了解决这个问题,写个小的工具, 利用多进程进行文件的删除。

使用

提前设置公司的npm私有仓库地址

npm set registry http://120.27.226.92:10008

安装

npm install fast-rm -g

测试

rmFast

    Usage: rm <command>

	Options:
	  -h, --help        display help for command

	Commands:
	  rmdir [dir_name]  remove a dir
	  help [command]    display help for command

命令

0.1.0

3 years ago