dachshund
v1.1.0
Published
Convert files with underscores to dashes (and vice versa).
Downloads
20
Readme
Dachshund
Convert the underscores in a file/directory name to dashes or convert the dashes to underscores.
Usage
npm install -g dachshund
Installing dachshund globally adds two commands udash and dunder to your PATH.
Convert underscores to dashes:
udash file_name
#=> file_name => file-nameConvert dashes to underscores:
dunder file_name
#=> file-name => file_name