:camera: photo-mgmt-v2
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.
⚠️ Disclaimer: This module is published in good faith and for learning purpose only. The code is not production-ready, so any usage of it is strictly at your own risk 🙈.
🔲 Installation
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
🔲 Usage
See help in console by typing: photo-mgmt --help
.
🔲 License
MIT © qaraluch