0.1.1 • Published 9 years ago

caser v0.1.1

Weekly downloads
244
License
MIT
Repository
github
Last release
9 years ago

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