An open API service indexing awesome lists of open source software.

https://github.com/ksxnodemodules/fs-force

Create, delete, rename, copy files/directories without caring about its and its parent's existence
https://github.com/ksxnodemodules/fs-force

es6 force fs javascript nodejs npm quick sync

Last synced: about 2 months ago
JSON representation

Create, delete, rename, copy files/directories without caring about its and its parent's existence

Awesome Lists containing this project

README

          

# fs-force

[![dependencies status](https://david-dm.org/ksxnodemodules/fs-force.svg)](https://david-dm.org/ksxnodemodules/fs-force#info=dependencies)
[![devDependencies status](https://david-dm.org/ksxnodemodules/fs-force/dev-status.svg)](https://david-dm.org/ksxnodemodules/fs-force#info=devDependencies)
[![license](https://img.shields.io/npm/l/fs-force.svg)](https://github.com/ksxnodemodules/my-licenses/blob/master/MIT.md)
![downloads](https://img.shields.io/npm/dt/fs-force.svg)
![version](https://img.shields.io/npm/v/fs-force.svg)
![node](https://img.shields.io/node/v/fs-force.svg)

## Requirements

* Node >= 6.0.0

## Features

* Sum up 6 packages: [fs-force-mkdir](https://www.npmjs.com/package/fs-force-mkdir), [fs-force-mkdir-sync](https://www.npmjs.com/package/fs-force-mkdir-sync), [fs-force-write-file](https://www.npmjs.com/package/fs-force-write-file), [fs-force-write-file-sync](https://www.npmjs.com/package/fs-force-write-file-sync), [fs-force-delete](https://www.npmjs.com/package/fs-force-delete), [fs-force-delete-sync](https://www.npmjs.com/package/fs-force-delete-sync)

* Provide fs-force CLI commands

## License

[MIT](https://github.com/ksxnodemodules/my-licenses/blob/master/MIT.md) © [Hoàng Văn Khải](https://github.com/KSXGitHub)