Socket
Socket
Sign inDemoInstall

vnrm

Package Overview
Dependencies
18
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

4

package.json
{
"name": "vnrm",
"version": "0.0.1",
"version": "0.0.2",
"main": "bin/vnrm.js",

@@ -15,3 +15,3 @@ "description": "A deep deletion module for node (like `rm -rf`)",

"chalk": "^2.4.1",
"glob": "^7.0.5"
"glob": "^7.1.2"
},

@@ -18,0 +18,0 @@ "files": [

@@ -16,8 +16,20 @@ # Super Remove

```javascript npm i -g vnrm```
```bash
npm i -g vnrm
```
## Use
### Help
```bash
vnrm -h
```
### Delete, Remove
```bash
vnrm <folderName|fileName>
```
## Tutorial
![Remove file example](https://media.giphy.com/media/3oFzm591DaU08CLcJ2/)
![Remove folder example](https://media.giphy.com/media/3oFzm591DaU08CLcJ2/)
![Remove file example](./images/image-vnrm.png)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc