Skip to content

Just a quick node script to rename all files in a directory to lower-case.

Notifications You must be signed in to change notification settings

nelsonic/rename-files-to-lowercase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rename-files-to-lowercase

Just a quick node script to rename all files in a directory to lower-case.

Why?

Sometimes you will get files which have strAngeNames.jpg but you need them to be strangenames.jpg.

What?

A quick node script to transform the names of files.

How?

Using Node's File System API: http://nodejs.org/api/fs.html to read a directory of files and re-name them to lower-case.

Uses https://www.npmjs.org/package/ncp to copy source files to new dir first.

About

Just a quick node script to rename all files in a directory to lower-case.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published