has-exif-cli
Version:
Checks if an image file has EXIF data. Available as CLI. Can be used in CI automation. Supports both JPG and WEBP image format
28 lines (15 loc) • 1.19 kB
Markdown
# has-exif-cli
Node command line interface to check if an image file has EXIF data. It can be used in CI automation. Supports both JPG and WEBP image format
## Install
`npm install -g has-exif-cli`
## Execute
`has-exif-cli /path/to/FILE.JPG`
## How to use in continuous integration automation like Scrutinizer, travis etc
To make sure your checked in jpg, webp and other image files dont have EXIF data included in them:
`find ./ -name '*.jpg' | xargs --verbose has-exif-cli`
## Badges
[](https://circleci.com/gh/gemal/node-has-exif-cli)
[](https://codecov.io/gh/gemal/node-has-exif-cli)
[](https://github.styleci.io/repos/62882041)
[](https://snyk.io/test/github/gemal/node-has-exif-cli)
[](https://lgtm.com/projects/g/gemal/node-has-exif-cli/alerts/)