1.2.0 • Published 5 months ago

node-rmrf v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

node-rmrf

The rm -rf command implementation for node.

Installation

npm install node-rmrf

Usage

import { rmrfSync } from 'node-rmrf'
// or
import { createRequire } from 'node:module'
const require = createRequire(import.meta.url)
const { rmrfSync } = require('node-rmrf')

Command Line Interface

node-rmrf version 1.0.6

Usage: node-rmrf <path> [<path> ...]
Deletes all files and folders at "path", recursively.

Options:
  --                   Treat all subsequent arguments as paths
  -h, --help            Usage information
  -v, --version            The version of node-rmrf
1.2.0

5 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago