0.0.2 • Published 10 years ago
rename-date v0.0.2
Rename-date
Rename all your photos with the modification date.
npm install --save rename-dateExample
var renameDate = require('rename-date');
renameDate(process.cwd(), false, function(err) {
if (!err) {
console.log('Done');
}
});Options
path
Required
Type: string
Define the path were there are images.
french patern
Type: boolean
Default: false
If it is true it will be generated the file 25-05-2015-0.jpg instead of 05-25-2015-0.jpg.
callback
Type: function
CLI
$ npm install -g rename-date-cli
$ rename-dateDesktop
- Download for Windows
- Extract
- Execute
rename-date.exe
Special thanks
Because we don't say it enough: thanks you all my friends to help me (by ideas or moral support) to create all software I make everyday.