/gentle-fs

Primary LanguageJavaScriptOtherNOASSERTION

gentle-fs npm version license Travis AppVeyor Coverage Status

gentle-fs is a standalone library for "gently" remove or link directories.

Install

$ npm install gentle-fs

Table of Contents

Example

// todo

Features

  • TODO

Contributing

The npm team enthusiastically welcomes contributions and project participation! There's a bunch of things you can do if you want to contribute! The Contributor Guide has all the information you need for everything from reporting bugs to contributing entire new features. Please don't hesitate to jump in if you'd like to, or even ask us questions if something isn't clear.

API

> rm(target, [opts]) -> Promise

Example
rm(target)

> link(from, to, [opts]) -> Promise

Example
link(from, to)

> linkIfExists(from, to, [opts]) -> Promise

Example
linkIfExists(from, to)