Camel Snake Kebab
CLI tool and a Go library for converting representation style of compound words or phrases.
Installation
go get resenje.org/casbab/cmd/casbab
docker pull janos/casbab
Example usage
casbab screaming-snake "Camel Snake Kebab"
env | cut -d= -f1 | casbab kebab
docker run --rm janos/casbab screaming-snake "Camel Snake Kebab"
env | cut -d= -f1 | docker run --rm -i janos/casbab kebab