has-exif-cli

1.3.0 • Public • Published

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

CircleCI

codecov

StyleCI

Known Vulnerabilities

Total alerts

Package Sidebar

Install

npm i has-exif-cli

Weekly Downloads

803

Version

1.3.0

License

MIT

Unpacked Size

126 kB

Total Files

17

Last publish

Collaborators

  • gemal