1.3.0 • Published 2 years ago

has-exif-cli v1.3.0

Weekly downloads
22
License
MIT
Repository
github
Last release
2 years ago

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

1.2.0

2 years ago

1.3.0

2 years ago

1.1.0

2 years ago

1.0.0

3 years ago

0.1.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.4.0

3 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago