0.0.1 • Published 7 years ago

group-file-renamer v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

Description

A command line utility for renaming a group of files in the current working directory.

Installation

npm install -g group-file-renamer

Example

Let's say I want to change these files:

|
|--src
|  |--myFile1.txt
|  |--myFile2.txt
|  |--myFile3.txt
|  |--myFile4.txt

to this:

|
|--src
|  |--MyFile1.txt
|  |--MyFile2.txt
|  |--MyFile3.txt
|  |--MyFile4.txt

...you specify the pattern as "myFile" and the replacement text as "MyFile".