Skip to content

Convert file/directory names from underscores to dashes and vice versa. 🐕

License

Notifications You must be signed in to change notification settings

keokilee/dachshund

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dachshund

npm version Build Status

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-name

Convert dashes to underscores:

dunder file_name
#=> file-name => file_name

About

Convert file/directory names from underscores to dashes and vice versa. 🐕

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages