1.1.0 • Published 9 years ago

dachshund v1.1.0

Weekly downloads
10
License
ISC
Repository
github
Last release
9 years ago

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
1.1.0

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago