1.2.0 • Published 7 months ago

node-rmrf v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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

7 months ago

1.1.1

8 months ago

1.1.0

9 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago