Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@kszongic/snake2dot-cli

npm version license

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

Install

npm install -g @kszongic/snake2dot-cli

Usage

# Convert arguments
$ snake2dot hello_world
hello.world

$ snake2dot my_var_name SOME_CONST
my.var.name
SOME.CONST

# Pipe from stdin
$ echo "foo_bar_baz" | snake2dot
foo.bar.baz

Options

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

License

MIT © 2026 kszongic

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages