caser

0.1.1 • Public • Published

npm

caser

Dependency Status

Command-line interface to string casing tools.

Example

$ echo "some kind of a title" |caser --title
Some Kind of a Title

CLI

caser <option>

Caser reads stdin and writes to stdout.

The only options are:

  • --camel
  • --pascal
  • --dot
  • --slug
  • --snake
  • --space
  • --constant
  • --capital
  • --title
  • --sentence
  • --lower
  • --upper
  • --inverse
  • --none

Most of these names are self-descriptive, check out to-case homepage for details (it is the module that actually does all heavy-lifting).

Install

npm install -g caser

License

MIT

Dependents (0)

Package Sidebar

Install

npm i caser

Weekly Downloads

9

Version

0.1.1

License

MIT

Last publish

Collaborators

  • eush77