@gmpetrov/remove-space

1.0.0 • Public • Published

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]

Readme

Keywords

none

Package Sidebar

Install

npm i @gmpetrov/remove-space

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

7.08 kB

Total Files

6

Last publish

Collaborators

  • gmpetrov