Sign inSign up

janos/casbab

By janos

Updated over 2 years ago

CLI tool and a Go library for converting representation style of compound words or phrases.

Image
1

259

janos/casbab repository overview

Camel Snake Kebab

CLI tool and a Go library for converting representation style of compound words or phrases.

GoDoc Build Status

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

Tag summary

Content type

Image

Digest

sha256:a59418c3e

Size

561.9 kB

Last updated

over 2 years ago

docker pull janos/casbab