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

https://github.com/danielrohers/file-exist

Checks if the file exists in some other file
https://github.com/danielrohers/file-exist

Last synced: 10 months ago
JSON representation

Checks if the file exists in some other file

Awesome Lists containing this project

README

          

# file-exist

Checks if the file exists in some other file

[![npm version](https://badge.fury.io/js/file-exist.svg)](https://badge.fury.io/js/file-exist)
[![npm](https://img.shields.io/npm/dt/file-exist.svg)](https://www.npmjs.com/package/file-exist)

## Example

```sh
$ exists --source_path examples/js --target_path examples
$ jquery.mask.min.js > /examples/index.html
```

## Installation

```sh
$ npm install -g file-exist
```

## Technologies
- [Node.js](https://nodejs.org)

## License

[MIT](LICENSE)