chcase

command module
v0.2.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2019 License: MIT Imports: 4 Imported by: 0

README

chcase

CLI changing string cases

Installation

$ brew install micnncim/chcase/chcase

or

$ go get github.com/micnncim/chcase

Usage

$ chcase -h
NAME:
   chcase

USAGE:
   chcase [global options] command [command options] [arguments...]

VERSION:
   0.2.0

COMMANDS:
     snake, s             Convert input to snake_case
     screaming-snake, ss  Convert input to SCREAMING_SNAKE_CASE
     kebab, k             Convert input to kebab-case
     screaming-kebab, sk  Convert input to SCREAMING-KEBAB-CASE
     camel, c             Convert input to CamelCase
     lower-camel, lc      Convert input to lowerCamelCase
     help, h              Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help
   --version, -v  print the version

Example

$ chcase c foo_bar_baz
FooBarBaz
$ chcase k FooBarBaz
foo-bar-baz

LICENSE

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL