Skip to content

kszongic/snake2kebab-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@kszongic/snake2kebab-cli

npm version license

Convert snake_case strings to kebab-case from the command line. Zero dependencies.

Install

npm install -g @kszongic/snake2kebab-cli

Usage

# Pass as arguments
snake2kebab hello_world my_var_name
# hello-world
# my-var-name

# Pipe from stdin
echo "some_snake_case" | snake2kebab
# some-snake-case

cat variables.txt | snake2kebab

Options

Flag Description
-h, --help Show help
-v, --version Show version

License

MIT © 2026 kszongic

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors