Showing 1-20 of 6,522 packages
A deep deletion module for node (like `rm -rf`)
rm -rf for Node. Similar to rimraf but returns a promise
Rimraf and glob all in one.
No BS synchronous `rm -rf` for node.js
rm -rf grunt task
A deep deletion module for node (like `rm -rf`)
``` alias spark.relink='pnpm add link:../spark && rm -rf node_modules && pnpm i' ```
Fast, non-blocking rm -rf alternative. Deletes files instantly while cleanup runs in the background.
OpenCode plugin that prevents destructive rm -rf commands
``` rm -rf dist && tsc && rm -rf dist/node_modules && 'cp' -rf dist/ /g/Source/zerotoheroes/firestone/core/node_modules/\@firestone-hs/build-global-stats/ rm -rf dist && tsc && rm -rf dist/node_modules && npm publish --access public ```
rm -rf dist && tsc && 'cp' -rf dist/ /e/Source/zerotoheroes/firestone/core/node_modules/\@firestone-hs/hs-replay-xml-parser/
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
A deep deletion module for node (like `rm -rf`)
A command to delete files and directories like `rm -rf`.
``` rm -rf dist && npm run build && npm run package && npm run deploy
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
rm -rf .git
The [UNIX command](<http://en.wikipedia.org/wiki/Rm_(Unix)>) `rm -rf` for node.
A deep deletion module for node (like `rm -rf`), as a single-file JS script
A deep deletion module for node (like `rm -rf`)