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
- Host: GitHub
- URL: https://github.com/danielrohers/file-exist
- Owner: danielrohers
- License: other
- Created: 2015-09-10T07:38:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T23:33:57.000Z (about 1 year ago)
- Last Synced: 2025-06-12T08:03:59.359Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/file-exist
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# file-exist
Checks if the file exists in some other file
[](https://badge.fury.io/js/file-exist)
[](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)