Node.js script for automating and managing photos
- Backups all photos before further processing.
- Normalizes: photo names by their creation date.
- Pulls up: EXIF metadata for rename process.
- Merge: photos into one common dir.
- Adds: description to the photo file name.
Npm install:
$ npm i -g photo-mgmt-v2
or
clone the repo:
$ git clone https://github.com/qaraluch/photo-mgmt-v2.git
$ cd photo-mgmt-v2
$ npm i -g
See help in console by typing: photo-mgmt --help
.
MIT © qaraluch