WarMaxis / Node_js_files_names_change_tool

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 :-)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js files names change tool

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.

Functions:

  • remove polish special diacritics from file name
  • remove whitespaces from file name

How to start?

  1. First, create new directory to_change_files, in main directory.

  2. Copy your files into to_change_files directory.

  3. Install dependencies

$ npm install
  1. Run script
$ node app.js
  1. Script will create new directory, where files will be copied without polish diacritics and whitespaces.

About

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 :-)


Languages

Language:JavaScript 100.0%