caser
v0.1.1
Published
Command-line string casing tool
Downloads
13
Maintainers
Readme
caser
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