npm.io
1.0.0 • Published 7 years agoCLI

@gmpetrov/remove-space

Licence
MIT
Version
1.0.0
Deps
0
Size
7 kB
Vulns
0
Weekly
0

remove-space

Replace filenames's whitespaces by dashes

ls dir // output 'filename with whitespaces'
remove-space dir
ls dir // output 'filename-with-whitespaces'

Install

yarn global add @gmpetrov/remove-space
// or npm install -g @gmpetrov/remove-space

Usage

remove-space [dir_path]