@aventyret/change-case-cli

Cli wrapper on change-case

Usage no npm install needed!

<script type="module">
  import aventyretChangeCaseCli from 'https://cdn.skypack.dev/@aventyret/change-case-cli';
</script>

README

change-case-cli Build Status

My awesome command-line tool

Install

$ npm install --global change-case-cli

Usage

    Usage
        $ change-case-cli [input]

    Options
        --to  [Default: camel]
            camel
            capital
            constant
            dot
            header
            no
            param
            pascal
            path
            sentence
            snake

        --shift [default 0]

    Examples
      $ change-case-cli snake_case_string
      snakeCaseString