📜  什么是 rimraf - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:24.428000             🧑  作者: Mango

代码示例1
// rimraf is a shorthand for `rm -rf`
// a command for recursive deep deletion of files and folders
// could be intalled both locally and globally