All Projects → terkelg → eliminate

terkelg / eliminate

Licence: MIT License
Delete files and directories without all the bullshit.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to eliminate

rmfr
Node.js implementation of rm -fr – recursive removal of files and directories
Stars: ✭ 23 (-54.9%)
Mutual labels:  remove, rm, delete
Node Fs Extra
Node.js: extra methods for the fs object like copy(), remove(), mkdirs()
Stars: ✭ 8,142 (+15864.71%)
Mutual labels:  remove, delete
wastebasket
A crossplatform go library for moving files to the trashbin
Stars: ✭ 30 (-41.18%)
Mutual labels:  remove, delete
object.omit
Return a copy of an object without the given keys.
Stars: ✭ 79 (+54.9%)
Mutual labels:  remove, delete
crifan.github.io
用于利用github.io去存放crifan的静态页面
Stars: ✭ 32 (-37.25%)
Mutual labels:  io
io-api
📐 API design example by I/O, the demo implementation of https://dzone.com/articles/generic-inputoutput-api-java
Stars: ✭ 46 (-9.8%)
Mutual labels:  io
inplace
In-place file processing in Python
Stars: ✭ 21 (-58.82%)
Mutual labels:  io
lint-deps
Lint for unused or missing dependencies in your node.js projects. Customize with plugins or configuration.
Stars: ✭ 48 (-5.88%)
Mutual labels:  remove
io-handbook
Handbook of IO
Stars: ✭ 13 (-74.51%)
Mutual labels:  io
reactor
Asynchronous Event Driven IO for .NET
Stars: ✭ 40 (-21.57%)
Mutual labels:  io
CKBracketView
Tournament bracket view for iOS. Developed in swift.
Stars: ✭ 38 (-25.49%)
Mutual labels:  elimination
siddhi-io-kafka
Extension that can be used to receive events from a Kafka cluster and to publish events to a Kafka cluster
Stars: ✭ 16 (-68.63%)
Mutual labels:  io
fuckwinfsdel
Solve Windows can't delete long paths file's bug.
Stars: ✭ 24 (-52.94%)
Mutual labels:  delete
jdk-source-code-reading
JDK source code reading
Stars: ✭ 19 (-62.75%)
Mutual labels:  io
BBIOConfig
A GUI for the BB universal IO
Stars: ✭ 39 (-23.53%)
Mutual labels:  io
audria
audria - A Utility for Detailed Ressource Inspection of Applications
Stars: ✭ 35 (-31.37%)
Mutual labels:  io
shredos.x86 64
Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe
Stars: ✭ 383 (+650.98%)
Mutual labels:  delete
brackets-viewer.js
A simple library to display tournament brackets (round-robin, single elimination, double elimination).
Stars: ✭ 52 (+1.96%)
Mutual labels:  elimination
rxjava2-http
Transmit RxJava2 Flowable over http with non-blocking backpressure
Stars: ✭ 19 (-62.75%)
Mutual labels:  io
HiFramework.Unity
Based on component to manage project's core logic and module used in unity3d
Stars: ✭ 22 (-56.86%)
Mutual labels:  io
eliminate

eliminate

Delete files and directories without all the bullshit.

Installation

npm install eliminate --save

OBS: This package uses async/await and requires Node.js 7.6

Usage

const del = require('eliminate');

// ...

await del('path/or/file/to/delete.js');

API

eliminate(path)

Type: Promise

Deletes the directory or file. If the filepath is a non-empty directory, everything in it will be deleted recursively.

path

Type: String

The file or directory path to delete.

CLI

$ npm install --global eliminate
$ eliminate path/to/file.js

$ eliminate path/to/dir

License

MIT © Terkel Gjervig

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].