Simple Node.js tool for change files names (remove polish special diacritics and whitespaces).
Used in K2 Digital Agency in Content Editors team to simplify job :-)
Created by Michał Milanowski.
- remove polish special diacritics from file name
- remove whitespaces from file name
-
First, create new directory
to_change_files
, in main directory. -
Copy your files into
to_change_files
directory. -
Install dependencies
$ npm install
- Run script
$ node app.js
- Script will create new directory, where files will be copied without polish diacritics and whitespaces.